commit | dcdd42a8ccb9bafd857735d694b074269f337333 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 29 18:58:01 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 29 18:58:01 2020 +0100 |
tree | e1271c66ae7fe5b284c44c668af37eaae1b9c346 | |
parent | cf4d454df0619ee41ef40e7e91fce3fb061d7d5b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7031dc5..1cdfb47 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1921, +/**/ 1920, /**/ 1919,