mirror of
https://github.com/neovim/neovim.git
synced 2026-09-03 12:50:36 +00:00
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)