From d6fda199590c70738a88d629db2a7214a9542a1a Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sun, 20 Feb 2022 07:55:08 -0800 Subject: [PATCH] Fix typo in popup menu name --- plugin/lsp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/lsp.vim b/plugin/lsp.vim index d8161b9..a03eb65 100644 --- a/plugin/lsp.vim +++ b/plugin/lsp.vim @@ -304,7 +304,7 @@ if has('gui_running') \ :LspGotoDefinition anoremenu PopUp.L&sp.Go\ to\ Declaration \ :LspGotoDeclaration - anoremenu Popup.L&sp.Find\ All\ References + anoremenu PopUp.L&sp.Find\ All\ References \ :LspShowReferences anoremenu PopUp.L&sp.Show\ Detail \ :LspHover -- 2.48.1