]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1799: completion: crash with autcompletion v9.1.1799
authorGirish Palya <girishji@gmail.com>
Sun, 28 Sep 2025 17:07:29 +0000 (17:07 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 28 Sep 2025 17:07:29 +0000 (17:07 +0000)
commit3aa2edb5572ee0dbc34ab2317041b4cf65b37cc5
treecaa38b40969c723d3377dd0cf33620d6437189f2
parentd9318acc0223bafd3ed5e7f8cdde26328bf200e7
patch 9.1.1799: completion: crash with autcompletion

Problem:  completion: crash with autcompletion
          (Maxim Kim)
Solution: Rework remove_old_matches (Girish Palya)

fixes: #18378
fixes: #18390
fixes: #18391
closes: #18427

Signed-off-by: Girish Palya <girishji@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c