]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Additional updates
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 4 Jan 2021 04:58:11 +0000 (20:58 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 4 Jan 2021 04:58:11 +0000 (20:58 -0800)
README.md
doc/lsp.txt

index 8e263a103518f96302fdbf96c40c8966687663d4..66a968d02e096e401487dc2c52d51d1a3a020eba 100644 (file)
--- 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
index c80225293cf969eb99da1760a07bdce8c875adb6..9ef408a4600f77717b14d07c47b809b0e09befa6 100644 (file)
@@ -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}