mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
fix(lsp): missing method parameter when canceling requests
This commit is contained in:
@@ -2218,6 +2218,7 @@ function M._refresh(method, opts)
|
|||||||
M._cancel_requests({
|
M._cancel_requests({
|
||||||
bufnr = bufnr,
|
bufnr = bufnr,
|
||||||
clients = clients,
|
clients = clients,
|
||||||
|
method = method,
|
||||||
type = 'pending',
|
type = 'pending',
|
||||||
})
|
})
|
||||||
for _, client in ipairs(clients) do
|
for _, client in ipairs(clients) do
|
||||||
|
Reference in New Issue
Block a user