We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a34f9 commit d023291Copy full SHA for d023291
2 files changed
src/testdir/Make_dos.mak
@@ -89,6 +89,7 @@ clean:
89
-if exist Xdir1 rd /s /q Xdir1
90
-if exist Xfind rd /s /q Xfind
91
-del X*
92
+ -for /d %i in (X*) do @rmdir /s/q %i
93
-if exist viminfo del viminfo
94
-if exist test.log del test.log
95
-if exist messages del messages
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 1115,
746
/**/
747
1114,
748
0 commit comments