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 e77c160 commit acea6ceCopy full SHA for acea6ce
src/testdir/Make_dos.mak
@@ -84,7 +84,6 @@ $(DOSTMP_INFILES): $(*B).in
84
$(TEST_OUTFILES): $(DOSTMP)\$(*B).in
85
-@if exist test.out DEL test.out
86
move $(*B).in $(*B).in.bak
87
- copy $*.in $(*B).in
88
copy $(DOSTMP)\$(*B).in $(*B).in
89
copy $(*B).ok test.ok
90
$(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $(*B).in
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
+ 648,
746
/**/
747
647,
748
0 commit comments