]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2098: Crash with 'wildmenu' when typing Ctrl-Y after Ctrl-A v9.1.2098
authorzeertzjq <zeertzjq@outlook.com>
Mon, 19 Jan 2026 19:02:08 +0000 (19:02 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 19 Jan 2026 19:02:08 +0000 (19:02 +0000)
commit311b98d94256038fd2a5a823edcb6ab50d2fc8e8
tree70b27d9972f90f30ac0cb5a97d53a435452b2b99
parent9168a04e0c63c95eec643dab14a8e0a8933d90e7
patch 9.1.2098: Crash with 'wildmenu' when typing Ctrl-Y after Ctrl-A

Problem:  Crash with 'wildmenu' when typing Ctrl-Y after Ctrl-A
          (after 9.1.1714) (fizz-is-on-the-way).
Solution: Check if there are matches before applying one (zeertzjq).

closes: #19210

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_getln.c
src/testdir/test_cmdline.vim
src/version.c