]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.134 v7.4.134
authorBram Moolenaar <Bram@vim.org>
Mon, 6 Jan 2014 14:45:10 +0000 (15:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 Jan 2014 14:45:10 +0000 (15:45 +0100)
Problem:    Spurious space in MingW Makefile.
Solution:   Remove the space. (Michael Soyka)

src/Make_ming.mak
src/version.c

index 0b1935fde5e5f7616a9e87364546a400eea10167..f7088ad58edd6e847a8bb5255a4e5d1d325ff324 100644 (file)
@@ -598,7 +598,7 @@ ifdef XPM
 ifeq (yes, $(GUI))
 OBJ += $(OUTDIR)/xpm_w32.o
 # You'll need libXpm.a from http://gnuwin32.sf.net
-LIB += -L $(XPM)/lib -lXpm
+LIB += -L$(XPM)/lib -lXpm
 endif
 endif
 
index 1ca8f9f305c8397a7bd2db7ae23f0ed4fab4e74a..efbfba15763a2724943ebc4fdd1b16bea3b0c0e0 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    134,
 /**/
     133,
 /**/