summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-03 16:17:26 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-03 16:17:26 +0100
commit1f068233c101ecf5966e6df14853fe68f08175a7 (patch)
tree3d81492fbb6acffd26fe69b81ddc124685e6bcc3 /src/version.c
parent2f7b7b1e123d505637d21e0df28eb9e92667479c (diff)
patch 8.1.2246: some tests are still in old stylev8.1.2246
Problem: Some tests are still in old style. Solution: Change a few tests to new style. (Yegappan Lakshmanan)
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 d7c8c8b430..5089d7d8b7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2246,
+/**/
2245,
/**/
2244,