Files
neovim/runtime/lua
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
..
2023-09-10 11:43:37 +02:00
2024-05-15 07:18:33 +08:00
2024-05-27 20:48:46 +02:00