1
0
forked from aniani/vim

updated for version 7.3.1155

Problem:    MS-DOS: "make test" uses external rmdir command.
Solution:   Rename "rmdir" to "rd". (Taro Muraoka)
This commit is contained in:
Bram Moolenaar
2013-06-09 17:52:46 +02:00
parent 927d4a1fb5
commit 11354759e2
2 changed files with 3 additions and 1 deletions

View File

@@ -77,5 +77,5 @@ clean:
-del X* -del X*
-del X*.* -del X*.*
-del test.ok -del test.ok
-rmdir /s /q Xfind -rd /s /q Xfind
-if exist viminfo del viminfo -if exist viminfo del viminfo

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1155,
/**/ /**/
1154, 1154,
/**/ /**/