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:
@@ -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
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user