mirror of
https://github.com/vim/vim.git
synced 2025-09-07 22:03:36 -04:00
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:
parent
927d4a1fb5
commit
11354759e2
@ -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
|
||||
|
@ -728,6 +728,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1155,
|
||||
/**/
|
||||
1154,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user