neovim/runtime/lua/vim/lsp
Hirokazu Hata 78d58eaf61
lsp: remove buffer version on buffer_detach (#12029)
When we save the buffer, the buffer is detached and attached again.
So the client also needs to remove the buffer version once.
2020-04-25 14:58:35 +02:00
..
buf.lua lsp: add bufnr to callback function arguments 2020-02-28 09:03:17 +09:00
callbacks.lua lsp: callback for references now opens qf (#12171) 2020-04-23 13:36:19 +02:00
log.lua lsp: make showMessage and logMessage callbacks different (#11942) 2020-03-02 14:27:30 +01:00
protocol.lua lsp: add 'textDocument/documentSymbol’ callback 2020-03-01 09:10:02 +09:00
rpc.lua lsp: do not assert even if the code does not exist in ErrorCodes (#11981) 2020-04-21 15:42:48 +02:00
util.lua lsp: remove buffer version on buffer_detach (#12029) 2020-04-25 14:58:35 +02:00