diff src/version.c @ 7566:1dd5b27a79b1 v7.4.1083

commit https://github.com/vim/vim/commit/4514d2769b05faf6edcca42c3ab3d42da84270f1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 19:21:36 2016 +0100 patch 7.4.1083 Problem: Building GvimExt with VS2015 may fail. Solution: Adjust the makefile. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 19:30:04 +0100
parents aee06f1762e0
children 5274513d3f54
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1083,
+/**/
     1082,
 /**/
     1081,