forked from aniani/vim
patch 7.4.2124
Problem: diffmode test leaves files behind, breaking another test. Solution: Delete the files.
This commit is contained in:
@@ -145,6 +145,8 @@ func Test_vert_split()
|
|||||||
call assert_equal(0, &cursorbind)
|
call assert_equal(0, &cursorbind)
|
||||||
call assert_equal(1, &wrap)
|
call assert_equal(1, &wrap)
|
||||||
|
|
||||||
|
call delete('Xtest')
|
||||||
|
call delete('Xtest2')
|
||||||
windo bw!
|
windo bw!
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
@@ -763,6 +763,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 */
|
||||||
|
/**/
|
||||||
|
2124,
|
||||||
/**/
|
/**/
|
||||||
2123,
|
2123,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user