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:
committed by
Christian Brabandt
parent
f0ce176b5f
commit
6b6280c4a2
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
631,
|
||||
/**/
|
||||
630,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user