1
0
forked from aniani/vim

patch 8.2.1921: fuzzy matching does not recognize path separators

Problem:    Fuzzy matching does not recognize path separators.
Solution:   Add a bonus for slash and backslash. (Yegappan Lakshmanan,
            closes #7225)
This commit is contained in:
Bram Moolenaar
2020-10-29 18:58:01 +01:00
parent cf4d454df0
commit dcdd42a8cc
3 changed files with 13 additions and 7 deletions

View File

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