Files
neovim/runtime/lua/vim
Mathias Fußenegger 27bac13be6 fix(lsp): update lsp-handler signature in call_hierarchy (#15738)
This fixes the handler signature and also prevents n+1 requests firing
if there are multiple clients.

(The first `prepareCallHierarchy` handler is called once per client,
each invocation used `buf_request` to make more requests using *all*
clients)
2021-09-26 10:25:17 -07:00
..
2018-12-20 11:57:30 +01:00
2021-05-01 08:19:48 -04:00