]> Sergey Matveev's repositories - vim-lsp.git/commit
Add count to Lsp{Goto,Peek}-commands
authorAndreas Louv <andreas@louv.dk>
Sun, 16 Apr 2023 21:50:17 +0000 (23:50 +0200)
committerAndreas Louv <andreas@louv.dk>
Sun, 16 Apr 2023 22:10:38 +0000 (00:10 +0200)
commitc788f03691e519b626cadf469641ddf6cec22a06
treec148b4593e40bb6dadf04f164bc771ec74be6726
parentd5a285ed84c308a88978d635b154b93480c69e43
Add count to Lsp{Goto,Peek}-commands

By providing a count the commands works as if there was only one found
location, instead of how currently a location-list and popup is created
for multiple results.
autoload/lsp/lsp.vim
autoload/lsp/lspserver.vim
doc/lsp.txt
plugin/lsp.vim