From 6e15727dcaecef29b3020f539925d9a0c830fdd3 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sun, 3 Jan 2021 20:58:11 -0800 Subject: [PATCH] Additional updates --- README.md | 4 ++-- doc/lsp.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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} -- 2.48.1