neovim/test/functional
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
..
api refactor(tests): use more global highlight definitions 2024-05-26 09:22:20 +02:00
autocmd feat(complete): specify reason for CompleteDone 2024-05-24 11:57:46 +02:00
core refactor(tests): more global highlight definitions 2024-05-26 10:24:27 +02:00
editor refactor(tests): more global highlight definitions 2024-05-26 10:24:27 +02:00
ex_cmds test: improve test conventions 2024-04-23 18:17:04 +02:00
fixtures refactor(lsp): replace util.buf_versions with changedtick (#28943) 2024-05-30 10:46:26 +02:00
legacy vim-patch:9.1.0414: Unable to leave long line with 'smoothscroll' and 'scrolloff' 2024-05-17 20:28:14 +02:00
lua feat(defaults): use vim.diagnostic.jump() for default mappings (#29066) 2024-05-28 13:24:16 -05:00
options test: improve test conventions 2024-04-23 18:17:04 +02:00
plugin refactor(lsp): replace util.buf_versions with changedtick (#28943) 2024-05-30 10:46:26 +02:00
provider test: improve test conventions 2024-04-23 18:17:04 +02:00
script docs(luacats): support backtick captured generic type 2024-05-07 14:33:14 +01:00
shada refactor(shada): remove ShaDaReadDef secondary wrapper 2024-05-28 13:36:54 +02:00
terminal fix(tui): reset clear_region attributes during startup #28713 2024-05-26 10:54:08 -07:00
treesitter fix(treesitter): find buffer in multiple windows #28922 2024-05-27 04:20:03 -07:00
ui fix(drawline): don't draw beyond end of window (#29035) 2024-05-27 14:37:22 +08:00
vimscript feat(api): broadcast events to ALL channels #28487 2024-05-17 07:37:39 -07:00
example_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
preload.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testnvim.lua fix(test): failure after version bump #28771 2024-05-16 05:33:04 -07:00