summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-11-04 16:41:20 +0100
committerBram Moolenaar <Bram@vim.org>2016-11-04 16:41:20 +0100
commit9376f5f482a4d579436bf364778c2d8ab8e2f22d (patch)
treeddc08673829b9705e7f30948c61ddac4b997944d /src/version.c
parentd0b5138ba4bccff8a744c99836041ef6322ed39a (diff)
downloadvim-git-9376f5f482a4d579436bf364778c2d8ab8e2f22d.tar.gz
patch 8.0.0057v8.0.0057
Problem: Tests fail without the 'keymap' features. Solution: Check for feature in test.
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 f63041ec4..a6979fe1a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 57,
+/**/
56,
/**/
55,