]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1918: completion: crash with fuzzy completion v9.1.1918
authorGirish Palya <girishji@gmail.com>
Sun, 16 Nov 2025 18:30:42 +0000 (18:30 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 16 Nov 2025 18:30:42 +0000 (18:30 +0000)
commit6437997d83e3406ecb433d093bf44291d717c4ee
tree7595c8912ac0cc88d74dc37811c8e8e335f7b56b
parent4b4a8936149a6299e430bd494d23929494aa5e44
patch 9.1.1918: completion: crash with fuzzy completion

Problem:  completion: crash with fuzzy completion
          (Christian Brabandt)
Solution: When completion candidates are gathered from a different
          window, and when completing `<c-p>`, linked list should be
          sorted only after all items are collected (Girish Palya).

fixes: #18752
closes: #18756

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