From: Yegappan Lakshmanan Date: Mon, 4 Jan 2021 04:58:11 +0000 (-0800) Subject: Additional updates X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6e15727dcaecef29b3020f539925d9a0c830fdd3;p=vim-lsp.git Additional updates --- diff --git a/README.md b/README.md index 8e263a1..66a968d 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ Command|Description :LspRename|Rename the current symbol :LspCodeAction|Apply the code action supplied by the LSP server to the diagnostic in the current line. :LspSymbolSearch|Perform a workspace wide search for a symbol -:LSPSelectionRange|Visually select the current symbol range -:LSPFold|Fold the current file +:LspSelectionRange|Visually select the current symbol range +:LspFold|Fold the current file :LspWorkspaceAddFolder `{folder}`| Add a folder to the workspace :LspWorkspaceRemoveFolder `{folder}`|Remove a folder from the workspace :LspWorkspaceListFolders|Show the list of folders in the workspace diff --git a/doc/lsp.txt b/doc/lsp.txt index c802252..9ef408a 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -92,8 +92,8 @@ The following commands are provided: :LspCodeAction Apply the code action supplied by the LSP server to the diagnostic in the current line. :LspSymbolSearch Perform a workspace wide search for a symbol -:LSPSelectionRange Visually select the current symbol range -:LSPFold Fold the current file +:LspSelectionRange Visually select the current symbol range +:LspFold Fold the current file :LspWorkspaceAddFolder {folder} Add a folder to the workspace :LspWorkspaceRemoveFolder {folder}