summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-02 20:48:01 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-02 20:48:01 +0100
commit22e7e867e224596bd758260e4278ce6239c35ba5 (patch)
tree088a8fd47cd9be908b868f7b7ec517365b55d6d0 /src/version.c
parentdaaca8a1281ee610a308cd6209f81a06b3ae3a14 (diff)
patch 9.0.0030: matchfuzzy test depends on path of current directoryv9.0.0030
Problem: Matchfuzzy test depends on path of current directory. Solution: Use fnamemodify() to remove the path. (Robin Becker, closes #10650)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 3c6efdf5d2..cb69e41930 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 30,
+/**/
29,
/**/
28,