mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
updated for version 7.4.648
Problem: Tests broken on MS-Windows. Solution: Delete wrong copy line. (Ken Takata)
This commit is contained in:
@ -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
|
||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
648,
|
||||
/**/
|
||||
647,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user