neovim/test/functional
Luuk van Baal 35cec0de4a fix(column): redraw and update signcols for paired extmark
Problem:  Signcolumn width does not increase when ranged sign does not
          start at sentinel line.
Solution: Handle paired range of added sign when checking signcols.
2023-11-28 16:44:20 +00:00
..
api feat(extmarks): add sign name to extmark "details" array 2023-11-22 12:43:59 +01:00
autocmd vim-patch:9.0.2075: TextChangedI may not always trigger (#25808) 2023-10-28 10:42:18 +08:00
core fix(defaults): set 'fsync' #26034 2023-11-14 02:56:50 -08:00
editor vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263) 2023-11-28 11:46:20 +08:00
ex_cmds docs: small fixes 2023-10-10 19:20:32 +02:00
fixtures build: remove PVS 2023-11-12 21:26:39 +01:00
legacy vim-patch:9.0.2125: File info disappears when 'cmdheight' has decreased (#26180) 2023-11-24 06:13:24 +08:00
lua test: check vim.wait() error message in fast context (#26242) 2023-11-27 18:24:32 +08:00
options vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687) 2023-10-17 22:43:42 +08:00
plugin test: skip failing watch file tests on freebsd (#26110) 2023-11-19 18:37:49 +01:00
provider fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
shada fix(shada): update marks when using delmarks! (#24978) 2023-09-03 10:34:09 +08:00
terminal fix(tui): handle cursor visibility properly (#26091) 2023-11-17 22:13:30 +08:00
treesitter fix(treesitter): don't invalidate parser when discovering injections 2023-11-27 15:53:26 +01:00
ui fix(column): redraw and update signcols for paired extmark 2023-11-28 16:44:20 +00:00
vimscript fix(context): don't leak memory on multiple invalid objects (#25979) 2023-11-11 13:10:26 +08:00
example_spec.lua
helpers.lua test: remove the pipe created by new_pipename() (#26173) 2023-11-23 23:05:52 +08:00
preload.lua