Files
neovim/runtime/lua/vim/lsp
Mathias Fußenegger 5c33815448 refactor(lsp): replace util.buf_versions with changedtick (#28943)
`lsp.util.buf_versions` was already derived from changedtick (`on_lines`
from `buf_attach` synced the version)

As far as I can tell there is no need to keep track of the state in a
separate table.
2024-05-30 10:46:26 +02:00
..
2024-03-06 16:03:33 +00:00
2024-02-27 14:41:17 +00:00