neovim/test/functional
Gregory Anders 3a4aa3fc58
refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)
Diagnostic signs should now be configured with vim.diagnostic.config(),
but "legacy" sign definitions should go through the standard deprecation
process to minimize the impact from breaking changes.
2023-12-18 11:04:44 -06:00
..
api fix(api): crash after nvim_win_set_config title/footer validation error (#26606) 2023-12-16 21:58:04 +08:00
autocmd test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
core test(core/job_spec): fix flakiness (#26623) 2023-12-18 07:09:32 +08:00
editor test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
ex_cmds test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
fixtures build: remove PVS 2023-11-12 21:26:39 +01:00
legacy test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
lua refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618) 2023-12-18 11:04:44 -06:00
options test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
plugin test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
provider test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
shada fix(shada): update marks when using delmarks! (#24978) 2023-09-03 10:34:09 +08:00
terminal feat(highlight): tweak default color scheme 2023-12-16 14:43:03 +01:00
treesitter fix(lua): memory leak when using invalid syntax with exists() (#26530) 2023-12-12 20:34:02 +08:00
ui fix(options): setting 'scroll' with resized grid (#26628) 2023-12-18 10:15:23 +08:00
vimscript test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
example_spec.lua
helpers.lua fix(terminal): never propagate $COLORTERM from outer env (#26440) 2023-12-07 19:14:56 +08:00
preload.lua