forked from aniani/vim
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
|
$(TEST_OUTFILES): $(DOSTMP)\$(*B).in
|
||||||
-@if exist test.out DEL test.out
|
-@if exist test.out DEL test.out
|
||||||
move $(*B).in $(*B).in.bak
|
move $(*B).in $(*B).in.bak
|
||||||
copy $*.in $(*B).in
|
|
||||||
copy $(DOSTMP)\$(*B).in $(*B).in
|
copy $(DOSTMP)\$(*B).in $(*B).in
|
||||||
copy $(*B).ok test.ok
|
copy $(*B).ok test.ok
|
||||||
$(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $(*B).in
|
$(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $(*B).in
|
||||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
648,
|
||||||
/**/
|
/**/
|
||||||
647,
|
647,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user