summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-12-14 11:50:35 +0100
committerBram Moolenaar <Bram@vim.org>2013-12-14 11:50:35 +0100
commit207fd75cac7bc658da039f551620d51c422def44 (patch)
tree18da09a272b2cee45d0eba5882a30c802e0363f1 /src/version.c
parent7c0daf088e880e7cd4031c673876a2750323c79c (diff)
downloadvim-git-207fd75cac7bc658da039f551620d51c422def44.tar.gz
updated for version 7.4.128v7.4.128
Problem: Perl 5.18 for MSVC doesn't work. Solution: Add check in makefile and define __inline. (Ken Takata)
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 936a79acf..82ccc55d4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 128,
+/**/
127,
/**/
126,