From 718df673690945ee134ab72a7e850493d38b759d Mon Sep 17 00:00:00 2001 From: Andreas Louv Date: Wed, 12 Apr 2023 20:33:45 +0200 Subject: [PATCH] The function "lsp#lsp#ShowServer" isn't exported anymore The command have been moved to `:LspServer show ...` --- plugin/lsp.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/lsp.vim b/plugin/lsp.vim index 82650b2..3aaf201 100644 --- a/plugin/lsp.vim +++ b/plugin/lsp.vim @@ -89,7 +89,6 @@ command! -nargs=0 -bar LspSelectionExpand lsp.SelectionExpand() command! -nargs=0 -bar LspSelectionShrink lsp.SelectionShrink() command! -nargs=+ -bar -complete=customlist,lsp.LspServerComplete LspServer lsp.LspServerCmd() command! -nargs=0 -bar LspShowReferences lsp.ShowReferences(v:false) -command! -nargs=? -complete=customlist,LspShowServerComplete -bar LspShowServer lsp.ShowServer() command! -nargs=0 -bar LspShowAllServers lsp.ShowAllServers() command! -nargs=0 -bar LspShowSignature call LspShowSignature() command! -nargs=0 -bar LspSubTypeHierarchy lsp.TypeHierarchy(0) -- 2.48.1