neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 4fd2694f20d6abe4305e3f37ca06cf86762ad6a2
parent be8d87014c0c120ece50aabff307c1f5d9167ec0
Author: Yi Ming <ofseed@foxmail.com>
Date:   Thu, 13 Feb 2025 10:19:34 +0800

fix(lsp): missing method parameter when canceling requests

Diffstat:
Mruntime/lua/vim/lsp/util.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/runtime/lua/vim/lsp/util.lua b/runtime/lua/vim/lsp/util.lua @@ -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