summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-02 17:36:31 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-02 17:36:31 +0100
commit022f9ef16c955d6b5fca0f53b79899c56a3966c5 (patch)
tree8528160f0a3d3d24887d3d548951deb07f71a0d9 /src/version.c
parent2d2950198231a31bf87c1cd4322099cc36b0bb93 (diff)
patch 9.0.0028: MS-Windows: tests fail if there is a "runtime" directoryv9.0.0028
Problem: MS-Windows: tests fail if there is a stray "runtime" directory. Solution: Only use a "runtime" directory if it contains "defaults.vim".
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 458591515e..77be61cf89 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 */
/**/
+ 28,
+/**/
27,
/**/
26,