]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.1155 v7.3.1155
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2013 15:52:46 +0000 (17:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2013 15:52:46 +0000 (17:52 +0200)
Problem:    MS-DOS: "make test" uses external rmdir command.
Solution:   Rename "rmdir" to "rd". (Taro Muraoka)

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

index 679f16ce5dfc8fa4bd8941c87479f0a833128c8a..fbb67cc29e58faf1cad875a862b53a0dcf10f6cf 100644 (file)
@@ -77,5 +77,5 @@ clean:
        -del X*
        -del X*.*
        -del test.ok
-       -rmdir /s /q Xfind
+       -rd /s /q Xfind
        -if exist viminfo del viminfo
index 4b2b2f6babc67f10c630e0091a5b5b570523b16e..6e419dd147a2f1686137493106d7829f650bea4b 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1155,
 /**/
     1154,
 /**/