From: Bram Moolenaar Date: Wed, 14 Sep 2011 17:01:42 +0000 (+0200) Subject: updated for version 7.3.314 X-Git-Tag: v7.3.314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52f83179267c7c61cbad474abf7e71d055f0710f;p=vim updated for version 7.3.314 Problem: Missing parenthesis. Solution: Add it. (Benjamin R. Haskell) --- diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index e3aba828c..b103bdd8c 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -785,7 +785,7 @@ PERL_EXE = $(PERL)\Bin$(PERL_ARCH)\perl PERL_INC = /I $(PERL_INCDIR) PERL_OBJ = $(OUTDIR)\if_perl.obj $(OUTDIR)\if_perlsfio.obj XSUBPP = $(PERL)\lib\ExtUtils\xsubpp -!if exist($(XSUBPP) +!if exist($(XSUBPP)) XSUBPP = $(PERL_EXE) $(XSUBPP) !else XSUBPP = xsubpp diff --git a/src/version.c b/src/version.c index 54f842259..a51c34f61 100644 --- a/src/version.c +++ b/src/version.c @@ -709,6 +709,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 314, /**/ 313, /**/