]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1185: endless loop with completefuzzycollect and no match found v9.1.1185
authorglepnir <glephunter@gmail.com>
Sat, 8 Mar 2025 15:52:55 +0000 (16:52 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 8 Mar 2025 15:52:55 +0000 (16:52 +0100)
commitdd42b05f8a37df03a9b77a16a47c08ab33af2b1f
treeb6ea2de74b08e4bdaebe2b8dc2bcec8a624a4f0e
parentaf056949007b2395b3f8ca8c7efb591fe9d4be9e
patch 9.1.1185: endless loop with completefuzzycollect and no match found

Problem:  endless loop with completefuzzycollect and no match found
Solution: move pointer to line end and break loop

closes: #16820

Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/proto/insexpand.pro
src/search.c
src/testdir/test_ins_complete.vim
src/version.c