summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-21 22:03:02 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-21 22:03:02 +0200
commitf36213597d737ab500771e87edcf121acd55e277 (patch)
tree44b39891cddc08432c086862738a6e01fca412c1 /src/version.c
parente25bc5abb4621c6263b0248988a207d53b57fc54 (diff)
downloadvim-git-f36213597d737ab500771e87edcf121acd55e277.tar.gz
patch 7.4.2088v7.4.2088
Problem: Keymap test fails with normal features. Solution: Bail out if the keymap feature is not supported.
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 8f60ccd41..8883c29f0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2088,
+/**/
2087,
/**/
2086,