]> Sergey Matveev's repositories - vim-lsp.git/commit
Update the client capabilities. Pass buffer number to autocmd handler functions...
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 18 Jul 2023 05:11:34 +0000 (22:11 -0700)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 18 Jul 2023 05:11:34 +0000 (22:11 -0700)
commit3e2ca55604070bf13ddebb9dbaa2935b6cbe86d2
tree6d56122198528cfa71c4c96267c5d1307b4549be
parentca6a72b3dbffa0a9260dfb400871b3ec17d8a4a8
Update the client capabilities.  Pass buffer number to autocmd handler functions.  Send pending file changes to the language server before updating inlay hints and highlights
autoload/lsp/capabilities.vim
autoload/lsp/inlayhints.vim
autoload/lsp/lsp.vim
autoload/lsp/lspserver.vim
autoload/lsp/options.vim
autoload/lsp/signature.vim
doc/lsp.txt
plugin/lsp.vim