]> Sergey Matveev's repositories - vim-lsp.git/commit
Scan for the closest identifier under the cursor when resolving cursor location
authorAndreas Louv <andreas@louv.dk>
Mon, 13 Mar 2023 23:15:07 +0000 (00:15 +0100)
committerAndreas Louv <andreas@louv.dk>
Tue, 14 Mar 2023 08:21:05 +0000 (09:21 +0100)
commitc24ec6f3ac0826e5a8cc04e41bac61e26dd75894
tree5cbfd06c2e13cc2220ea96110ad03590e7c122b4
parent3e39e8202981bd095d31717388e9058d27d929bc
Scan for the closest identifier under the cursor when resolving cursor location

This works somewhat like "CTRL-]" and "CTRL-R_CTRL-W".
autoload/lsp/lspserver.vim
test/unit_tests.vim