1
0
forked from aniani/vim

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>
This commit is contained in:
glepnir
2024-07-27 16:25:45 +02:00
committed by Christian Brabandt
parent f0ce176b5f
commit 6b6280c4a2
4 changed files with 35 additions and 1 deletions

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
631,
/**/
630,
/**/