mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(lsp): missing method parameter when canceling requests
This commit is contained in:
parent
be8d87014c
commit
4fd2694f20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user