]> Sergey Matveev's repositories - vim-lsp.git/commit
fix: send buffer text on textDocument/didSave
authorMitchell Hanberg <mitch@mitchellhanberg.com>
Thu, 5 Oct 2023 21:29:09 +0000 (17:29 -0400)
committerMitchell Hanberg <mitch@mitchellhanberg.com>
Thu, 5 Oct 2023 21:29:09 +0000 (17:29 -0400)
commit3be913e0ae97a1aa02b982067d8bd9dc46ab1b27
tree96e5dfc49ad8634bdc6bf0306ae86af2b628052a
parent22330283aba45977b0391234c1475e7a369371ea
fix: send buffer text on textDocument/didSave

This sends the full buffer text on the textDocument/didSave notification
if the server's sync options specify it.
autoload/lsp/lspserver.vim