mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +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)