mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
updated for version 7.4.134
Problem: Spurious space in MingW Makefile. Solution: Remove the space. (Michael Soyka)
This commit is contained in:
@@ -598,7 +598,7 @@ ifdef XPM
|
|||||||
ifeq (yes, $(GUI))
|
ifeq (yes, $(GUI))
|
||||||
OBJ += $(OUTDIR)/xpm_w32.o
|
OBJ += $(OUTDIR)/xpm_w32.o
|
||||||
# You'll need libXpm.a from http://gnuwin32.sf.net
|
# You'll need libXpm.a from http://gnuwin32.sf.net
|
||||||
LIB += -L $(XPM)/lib -lXpm
|
LIB += -L$(XPM)/lib -lXpm
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -738,6 +738,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 */
|
||||||
|
/**/
|
||||||
|
134,
|
||||||
/**/
|
/**/
|
||||||
133,
|
133,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user