1
0
forked from aniani/vim

patch 9.0.0149: test for fuzzy completion fails sometimes

Problem:    Test for fuzzy completion fails sometimes.
Solution:   Use a more specific file name to minimize the chance of matching a
            random directory name. (closes #10854)
This commit is contained in:
Bram Moolenaar
2022-08-06 10:28:19 +01:00
parent 3ec3b8e92d
commit 5ac4b1a24e
2 changed files with 12 additions and 9 deletions

View File

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