summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-16 21:52:46 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-16 21:52:46 +0200
commitb2b050ab16565c117f0e7e411ffef3700d99203b (patch)
tree73008c6fa8ecf86b2f87bd31084a14e834c7389b /src/version.c
parent87776a1ac12db3c800e87adcc08541cb609189a5 (diff)
downloadvim-git-b2b050ab16565c117f0e7e411ffef3700d99203b.tar.gz
patch 7.4.2054v7.4.2054
Problem: Wrong part of #ifdef removed. Solution: Use the right part. (Hirohito Higashi)
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 570dd4525..4b4a6e6fd 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 */
/**/
+ 2054,
+/**/
2053,
/**/
2052,