mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 7.4.1148
Problem: Default for MingW and Cygwin is still "normal". Solution: Use "huge" as default. (Ken Takata)
This commit is contained in:
parent
88e8f9f144
commit
e5f2be6159
@ -39,7 +39,7 @@ GUI=yes
|
|||||||
DIRECTX=no
|
DIRECTX=no
|
||||||
# FEATURES=[TINY | SMALL | NORMAL | BIG | HUGE]
|
# FEATURES=[TINY | SMALL | NORMAL | BIG | HUGE]
|
||||||
# Set to TINY to make minimal version (few features).
|
# 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.
|
# Set to one of i386, i486, i586, i686 as the minimum target processor.
|
||||||
# For amd64/x64 architecture set ARCH=x86-64 .
|
# For amd64/x64 architecture set ARCH=x86-64 .
|
||||||
ARCH=i386
|
ARCH=i386
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#
|
#
|
||||||
# !!!! After changing features do "nmake clean" first !!!!
|
# !!!! 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)
|
# GUI interface: GUI=yes (default is no)
|
||||||
#
|
#
|
||||||
@ -950,7 +950,7 @@ CFLAGS = $(CFLAGS) -DMSWINPS
|
|||||||
# FEATURES: TINY, SMALL, NORMAL, BIG or HUGE
|
# FEATURES: TINY, SMALL, NORMAL, BIG or HUGE
|
||||||
#
|
#
|
||||||
!if "$(FEATURES)"==""
|
!if "$(FEATURES)"==""
|
||||||
FEATURES = BIG
|
FEATURES = HUGE
|
||||||
!endif
|
!endif
|
||||||
CFLAGS = $(CFLAGS) -DFEAT_$(FEATURES)
|
CFLAGS = $(CFLAGS) -DFEAT_$(FEATURES)
|
||||||
|
|
||||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1148,
|
||||||
/**/
|
/**/
|
||||||
1147,
|
1147,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user