neovim

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

commit 5b22b32e50858b781eb2658ba099eaffaa5ea13b
parent a3c92f6b6cae67ae417b05fb2b8fb61dc6c11b7c
Author: Christian Segundo <chn2guevara@gmail.com>
Date:   Tue,  3 Jan 2023 13:44:44 +0100

fix(lsp): change vim.lsp.get_active_clients.filter name annotation to string (#21624)


Diffstat:
Mruntime/lua/vim/lsp.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/lua/vim/lsp.lua b/runtime/lua/vim/lsp.lua @@ -1822,7 +1822,7 @@ end ---@class vim.lsp.get_active_clients.filter ---@field id number|nil Match clients by id ---@field bufnr number|nil match clients attached to the given buffer ----@field name number|nil match clients by name +---@field name string|nil match clients by name --- Get active clients. ---