diff src/Make_mvc.mak @ 7699:854302b82ff9 v7.4.1148

commit https://github.com/vim/vim/commit/e5f2be61595fbbba77261f3bf1e032fe03a1966d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 20:24:34 2016 +0100 patch 7.4.1148 Problem: Default for MingW and Cygwin is still "normal". Solution: Use "huge" as default. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Jan 2016 20:30:04 +0100
parents 77a14f3bc18b
children bce3b5ddb393
line wrap: on
line diff
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -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)