Skip to content

Commit acea6ce

Browse files
committed
updated for version 7.4.648
Problem: Tests broken on MS-Windows. Solution: Delete wrong copy line. (Ken Takata)
1 parent e77c160 commit acea6ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/testdir/Make_dos.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ $(DOSTMP_INFILES): $(*B).in
8484
$(TEST_OUTFILES): $(DOSTMP)\$(*B).in
8585
-@if exist test.out DEL test.out
8686
move $(*B).in $(*B).in.bak
87-
copy $*.in $(*B).in
8887
copy $(DOSTMP)\$(*B).in $(*B).in
8988
copy $(*B).ok test.ok
9089
$(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $(*B).in

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
648,
744746
/**/
745747
647,
746748
/**/

0 commit comments

Comments
 (0)