summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-12-07 14:48:10 +0100
committerBram Moolenaar <Bram@vim.org>2013-12-07 14:48:10 +0100
commit73c61633b6c0387333f208afb11a0a00bed09ef0 (patch)
tree967e9df0154feb810d0d1ff6761ecd2a92a15ba6 /src/version.c
parentb050c6418647c5358564e4608e8bb6ac7caa93b8 (diff)
downloadvim-73c61633b6c0387333f208afb11a0a00bed09ef0.zip
updated for version 7.4.113
Problem: MSVC static analysis gives warnings. Solution: Avoid the warnings and avoid possible bugs. (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 69be33b06..77020f2e2 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 */
/**/
+ 113,
+/**/
112,
/**/
111,