commit | 22e7e867e224596bd758260e4278ce6239c35ba5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 20:48:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 20:48:01 2022 +0100 |
tree | 088a8fd47cd9be908b868f7b7ec517365b55d6d0 | |
parent | daaca8a1281ee610a308cd6209f81a06b3ae3a14 [diff] [blame] |
patch 9.0.0030: matchfuzzy test depends on path of current directory Problem: Matchfuzzy test depends on path of current directory. Solution: Use fnamemodify() to remove the path. (Robin Becker, closes #10650)
diff --git a/src/version.c b/src/version.c index 3c6efdf..cb69e41 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 30, +/**/ 29, /**/ 28,