mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 12:56:04 +00:00
fix: vim.lsp.omnifunc should not throw away other items #35346
This commit is contained in:
@@ -502,7 +502,7 @@ local function trigger(bufnr, clients, ctx)
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local matches = {}
|
local matches --[[@type table]] = vim.fn.complete_info({ 'items' })['items']
|
||||||
local server_start_boundary --- @type integer?
|
local server_start_boundary --- @type integer?
|
||||||
for client_id, response in pairs(responses) do
|
for client_id, response in pairs(responses) do
|
||||||
local client = lsp.get_client_by_id(client_id)
|
local client = lsp.get_client_by_id(client_id)
|
||||||
|
Reference in New Issue
Block a user