]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.498 v7.4.498
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Nov 2014 14:46:09 +0000 (15:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Nov 2014 14:46:09 +0000 (15:46 +0100)
Problem:    Typo in DOS makefile.
Solution:   Change exists to exist. (Ken Takata)

src/testdir/Make_dos.mak
src/version.c

index 07c6831f0e817f95cd0a5cc1b9d0b53eebc6d80a..7fd2763605ccab576777000d059324514f0e8a66 100644 (file)
@@ -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
index f0fd5a38cbd041f076ac6009b473e577fc91a880..ae1a56b5b5d7a0f71f90414d4511ce9ec7253597 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    498,
 /**/
     497,
 /**/