]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
The function "lsp#lsp#ShowServer" isn't exported anymore
authorAndreas Louv <andreas@louv.dk>
Wed, 12 Apr 2023 18:33:45 +0000 (20:33 +0200)
committerAndreas Louv <andreas@louv.dk>
Wed, 12 Apr 2023 18:33:54 +0000 (20:33 +0200)
The command have been moved to `:LspServer show ...`

plugin/lsp.vim

index 82650b200bcdedd7d8ed625c43559b8052289384..3aaf2014ca59cf1e046ecf6d19a9b6c558bad2f5 100644 (file)
@@ -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(<q-args>)
 command! -nargs=0 -bar LspShowReferences lsp.ShowReferences(v:false)
-command! -nargs=? -complete=customlist,LspShowServerComplete -bar LspShowServer lsp.ShowServer(<q-args>)
 command! -nargs=0 -bar LspShowAllServers lsp.ShowAllServers()
 command! -nargs=0 -bar LspShowSignature call LspShowSignature()
 command! -nargs=0 -bar LspSubTypeHierarchy lsp.TypeHierarchy(0)