From: Andreas Louv Date: Wed, 12 Apr 2023 18:33:45 +0000 (+0200) Subject: The function "lsp#lsp#ShowServer" isn't exported anymore X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=718df673690945ee134ab72a7e850493d38b759d;p=vim-lsp.git The function "lsp#lsp#ShowServer" isn't exported anymore The command have been moved to `:LspServer show ...` --- 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)