diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 55bf77ec6b..4b17f96f4b 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -84,7 +84,6 @@ $(DOSTMP_INFILES): $(*B).in $(TEST_OUTFILES): $(DOSTMP)\$(*B).in -@if exist test.out DEL test.out move $(*B).in $(*B).in.bak - copy $*.in $(*B).in copy $(DOSTMP)\$(*B).in $(*B).in copy $(*B).ok test.ok $(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $(*B).in diff --git a/src/version.c b/src/version.c index 21215ae3a1..ac5f6770de 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 648, /**/ 647, /**/