neovim/test/functional
zeertzjq dabc44d15c vim-patch:9.1.0195: memleak with ex_drop, NULL dereference
Problem:  memleak with ex_drop(), NULL dereference
          (zeertzjq)
Solution: revert back to ex_rewind(), use curbuf instead of buf

fixes: vim/vim#14246
closes: vim/vim#14251

85a769d466

Co-authored-by: Christian Brabandt <cb@256bit.org>
2024-03-22 06:04:37 +08:00
..
api fix(rpc): do not crash when no input is consumed 2024-03-21 15:52:28 +01:00
autocmd test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
core fix(startup): set full_screen when in ex_mode 2024-03-09 18:20:59 +08:00
editor fix(options): don't update curswant for 'winhl' or 'winbl' (#27515) 2024-02-18 18:11:20 +08:00
ex_cmds vim-patch:9.1.0195: memleak with ex_drop, NULL dereference 2024-03-22 06:04:37 +08:00
fixtures fix(terminal): don't pass incomplete UTF-8 sequence to libvterm (#27922) 2024-03-19 16:56:51 +08:00
legacy vim-patch:9.1.0180: Cursor pos wrong when double-width chars are concealed (#27862) 2024-03-15 06:56:45 +08:00
lua Merge pull request #27674 from glepnir/snippet_indent 2024-03-15 09:32:03 +01:00
options test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
plugin test(lsp): fix flaky basic_finish test (#27899) 2024-03-18 19:49:31 +08:00
provider fix(eval): make has('pythonx') work properly (#27739) 2024-03-05 15:54:41 +08:00
script docs: support inline markdown 2024-03-09 11:21:55 +00:00
shada test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
terminal fix(terminal): don't pass incomplete UTF-8 sequence to libvterm (#27922) 2024-03-19 16:56:51 +08:00
treesitter feat(treesitter): update Vimdoc parser and queries to v2.4.0 2024-03-19 09:41:16 +01:00
ui fix(cmdline): wrong 'incsearch' highlighting after :redraw (#27947) 2024-03-20 21:59:04 +08:00
vimscript refactor(tests): get channel id via nvim_get_chan_info #27441 2024-02-12 05:50:39 -08:00
example_spec.lua test: use integers for API Buffer/Window/Tabpage EXT types 2024-01-16 19:11:49 +00:00
helpers.lua refactor: rewrite ruby provider in lua 2024-01-24 19:26:53 +01:00
preload.lua refactor: format test/* 2024-01-03 02:09:29 +01:00