mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +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({
|
||||
bufnr = bufnr,
|
||||
clients = clients,
|
||||
method = method,
|
||||
type = 'pending',
|
||||
})
|
||||
for _, client in ipairs(clients) do
|
||||
|
Reference in New Issue
Block a user