]> Sergey Matveev's repositories - vim-lsp.git/commit
When jumping to a workspace symbol, save current location in the tag stack. When...
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 7 Mar 2021 20:41:31 +0000 (12:41 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 7 Mar 2021 20:41:31 +0000 (12:41 -0800)
commit570fc5d73d699c9bbbaf795cfc274a61d8544e72
treeff89ebcd8be43e011eeed79e6840b0d947a1fcef
parent816e8ac9e5ad7c6fbdbd6804bb5926f954630852
When jumping to a workspace symbol, save current location in the tag stack. When pushing entries to tag stack, remove later entries. Handle empty matches in symbol search properly
autoload/handlers.vim
autoload/lsp.vim
autoload/lspserver.vim
autoload/util.vim