Skip to content
Snippets Groups Projects
Commit 11354759 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.3.1155

Problem:    MS-DOS: "make test" uses external rmdir command.
Solution:   Rename "rmdir" to "rd". (Taro Muraoka)
parent 927d4a1f
No related branches found
Tags v7.3.1155
No related merge requests found
......@@ -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,
/**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment