]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.548 v7.4.548
authorBram Moolenaar <Bram@vim.org>
Sat, 13 Dec 2014 19:50:09 +0000 (20:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Dec 2014 19:50:09 +0000 (20:50 +0100)
Problem:    Function name not recognized correctly when inside a function.
Solution:   Don't check for an alpha character.

src/Make_cyg_ming.mak
src/version.c

index 455750e33b74701d69c2f1ca06cb2f61c98ed3c8..1f55a9e6aba950f3742d070e39bfab375f6dd37b 100644 (file)
@@ -366,7 +366,11 @@ endif
 endif
 CC := $(CROSS_COMPILE)gcc
 CXX := $(CROSS_COMPILE)g++
+ifeq ($(UNDER_CYGWIN),yes)
 WINDRES := $(CROSS_COMPILE)windres
+else
+WINDRES := windres
+endif
 WINDRES_CC = $(CC)
 
 #>>>>> end of choices
index 7abbfb5915fc43cbe6894f86dfa91baeaea5c278..05a9875534b5b8e2dfa757c9a8d291b222c915c4 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    548,
 /**/
     547,
 /**/