summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-02 16:29:34 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-02 16:29:34 +0100
commit2d2950198231a31bf87c1cd4322099cc36b0bb93 (patch)
treea45f361420fb09f8ba52d43d9153ce616b6bee6d /src/version.c
parentc5274dd12224421f2430b30c53b881b9403d649e (diff)
patch 9.0.0027: the command line test is getting quite bigv9.0.0027
Problem: The command line test is getting quite big. Solution: Move command line window tests to a separate file.
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 0eb5863967..458591515e 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 */
/**/
+ 27,
+/**/
26,
/**/
25,