]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Fix typo in popup menu name
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 20 Feb 2022 15:55:08 +0000 (07:55 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 20 Feb 2022 15:55:08 +0000 (07:55 -0800)
plugin/lsp.vim

index d8161b922988375a17c28a80cf98ac7ffc6b850e..a03eb65ea6bbe78883472ce0bd8991243e8ff4cb 100644 (file)
@@ -304,7 +304,7 @@ if has('gui_running')
          \ :LspGotoDefinition<CR>
     anoremenu <silent> PopUp.L&sp.Go\ to\ Declaration
          \ :LspGotoDeclaration<CR>
-    anoremenu <silent> Popup.L&sp.Find\ All\ References
+    anoremenu <silent> PopUp.L&sp.Find\ All\ References
          \ :LspShowReferences<CR>
     anoremenu <silent> PopUp.L&sp.Show\ Detail
           \ :LspHover<CR>