From: Yegappan Lakshmanan Date: Sun, 20 Feb 2022 15:55:08 +0000 (-0800) Subject: Fix typo in popup menu name X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d6fda199590c70738a88d629db2a7214a9542a1a;p=vim-lsp.git Fix typo in popup menu name --- 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