neovim/test/functional
Gregory Anders 884a83049b
fix(tui): grow termkey's internal buffer for large escape sequences (#26309)
Some escape sequences (in particular, OSC 52 paste responses) can be
very large, even unbounded in length. These can easily overflow
termkey's internal buffer. In order to process these long sequences,
dynamically grow termkey's internal buffer.
2023-11-30 08:04:33 -06:00
..
api refactor: move some constants out of vim_defs.h (#26298) 2023-11-29 20:32:40 +08:00
autocmd vim-patch:9.0.2134: ml_get error when scrolling (#26264) 2023-11-29 13:24:24 +08:00
core fix(defaults): set 'fsync' #26034 2023-11-14 02:56:50 -08:00
editor fix(extmark): restore extmarks when completing original text 2023-11-29 23:38:27 +01: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): grow termkey's internal buffer for large escape sequences (#26309) 2023-11-30 08:04:33 -06:00
treesitter fix(treesitter): don't invalidate parser when discovering injections 2023-11-27 15:53:26 +01:00
ui perf(column): only invalidate lines affected by added sign 2023-11-29 10:17:15 +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