Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Rephrase LspStopServer description #1518

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions doc/vim-lsp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1921,16 +1921,16 @@ LspStopServer[!] [name] *:LspStopServer*

:LspStopServer

Stops all active servers that handle files matching the current buffer type
are stopped. This is often what you want. For example, if you have multiple
files of different types open, `LspStopServer` will only stop the server for
the current buffer. Shows an error if there are no active LSP servers for the
Stops all active servers that handle files matching the current buffer type.
This is often what you want. For example, if you have multiple files of
different types open, `LspStopServer` will only stop the server for the
current buffer. Shows an error if there are no active LSP servers for the
current buffer.

:LspStopServer!

Stops all active servers, regardless of the current buffer. Shows a message
for every stopped server.
Stops all active servers, regardless of the current buffer type. Shows a
message for every stopped server.

:LspStopServer name

Expand Down
Loading