From: Bram Moolenaar Date: Wed, 5 Nov 2014 14:46:09 +0000 (+0100) Subject: updated for version 7.4.498 X-Git-Tag: v7.4.498 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c7d98d7c2b81e6e0b4d45389c56fc0e922a5bfe;p=vim updated for version 7.4.498 Problem: Typo in DOS makefile. Solution: Change exists to exist. (Ken Takata) --- diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 07c6831f0..7fd276360 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -87,7 +87,7 @@ clean: -if exist Xfind rd /s /q Xfind -if exist viminfo del viminfo -del test.log - -if exists benchmark.out del benchmark.out + -if exist benchmark.out del benchmark.out .in.out: -if exist $*.failed del $*.failed diff --git a/src/version.c b/src/version.c index f0fd5a38c..ae1a56b5b 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 498, /**/ 497, /**/