diff src/version.c @ 7959:fc9ba91a6533 v7.4.1275

commit https://github.com/vim/vim/commit/cb4b01230be26ada92a1622c2278277d59ef2ec1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 14:53:21 2016 +0100 patch 7.4.1275 Problem: Build fails on MS-Windows. Solution: Fix wrong #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 15:00:05 +0100
parents b74549818500
children a7e58c6e4e9a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1275,
+/**/
     1274,
 /**/
     1273,