]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0631: wrong completion list displayed with non-existing dir + fuzzy completion v9.1.0631
authorglepnir <glephunter@gmail.com>
Sat, 27 Jul 2024 14:25:45 +0000 (16:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 27 Jul 2024 14:25:45 +0000 (16:25 +0200)
commit6b6280c4a270547f84f01c0e0d9be1b7d6bb9e20
treeed55af267be59082a6cd89ef5addabdd94c96847
parentf0ce176b5ff631cbc4d149e9f6ba03e78a9bf2a6
patch 9.1.0631: wrong completion list displayed with non-existing dir + fuzzy completion

Problem:  wrong completion list displayed with non-existing dir + fuzzy
          completion (kawarimidoll)
Solution: clear list of matches, if leader did not use fuzzy match
          (glepnir)

fixes: #15357
closes: #15365

Signed-off-by: glepnir <glephunter@gmail.com>
src/insexpand.c
src/testdir/dumps/Test_pum_highlights_15.dump [new file with mode: 0644]
src/testdir/test_popup.vim
src/version.c