Skip to content

Commit 8b5980b

Browse files
authored
doc: Rephrase LspStopServer description (#1518)
At some point when writing the `LspStopServer` description I've incorrectly merged two sentences into. Fixed that and added a few minor clarifications.
1 parent 3af8f3b commit 8b5980b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/vim-lsp.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1921,16 +1921,16 @@ LspStopServer[!] [name] *:LspStopServer*
19211921

19221922
:LspStopServer
19231923

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

19301930
:LspStopServer!
19311931

1932-
Stops all active servers, regardless of the current buffer. Shows a message
1933-
for every stopped server.
1932+
Stops all active servers, regardless of the current buffer type. Shows a
1933+
message for every stopped server.
19341934

19351935
:LspStopServer name
19361936

0 commit comments

Comments
 (0)