]> granicus.if.org Git - vim/commitdiff
patch 7.4.1148 v7.4.1148
authorBram Moolenaar <Bram@vim.org>
Thu, 21 Jan 2016 19:24:34 +0000 (20:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 21 Jan 2016 19:24:34 +0000 (20:24 +0100)
Problem:    Default for MingW and Cygwin is still "normal".
Solution:   Use "huge" as default. (Ken Takata)

src/Make_cyg_ming.mak
src/Make_mvc.mak
src/version.c

index a73d77d6a74433fba6330dba1b9224ff74ee24b3..203438a59721a2902a5ef8047cd4a74aae5009be 100644 (file)
@@ -39,7 +39,7 @@ GUI=yes
 DIRECTX=no
 # FEATURES=[TINY | SMALL | NORMAL | BIG | HUGE]
 # Set to TINY to make minimal version (few features).
-FEATURES=BIG
+FEATURES=HUGE
 # Set to one of i386, i486, i586, i686 as the minimum target processor.
 # For amd64/x64 architecture set ARCH=x86-64 .
 ARCH=i386
index df5a748ce910c86516c03e7f787944e881360436..217df5710a03b4d8dc3f50c655acb122dd693940 100644 (file)
@@ -20,7 +20,7 @@
 #
 #      !!!!  After changing features do "nmake clean" first  !!!!
 #
-#      Feature Set: FEATURES=[TINY, SMALL, NORMAL, BIG, HUGE] (default is BIG)
+#      Feature Set: FEATURES=[TINY, SMALL, NORMAL, BIG, HUGE] (default is HUGE)
 #
 #      GUI interface: GUI=yes (default is no)
 #
@@ -950,7 +950,7 @@ CFLAGS = $(CFLAGS) -DMSWINPS
 # FEATURES: TINY, SMALL, NORMAL, BIG or HUGE
 #
 !if "$(FEATURES)"==""
-FEATURES = BIG
+FEATURES = HUGE
 !endif
 CFLAGS = $(CFLAGS) -DFEAT_$(FEATURES)
 
index 34666f9a0e8f1462da925c19e89961c692f2c89c..792f8a7462203e818c2c236aabca898b775c467d 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1148,
 /**/
     1147,
 /**/