mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
refactor(lsp): use vim.lsp.buf_request_all internally (#34604)
This commit is contained in:
committed by
GitHub
parent
6942dec9b2
commit
40c61bf205
@@ -430,6 +430,8 @@ function M._convert_results(
|
||||
return matches, server_start_boundary
|
||||
end
|
||||
|
||||
-- NOTE: The reason we don't use `lsp.buf_request_all` here is because we want to filter the clients
|
||||
-- that received the request based on the trigger characters.
|
||||
--- @param clients table<integer, vim.lsp.Client> # keys != client_id
|
||||
--- @param bufnr integer
|
||||
--- @param win integer
|
||||
|
||||
Reference in New Issue
Block a user