forked from aniani/vim
patch 8.1.0208: file left behind after running individual test
Problem: File left behind after running individual test. Solution: Delete the file.
This commit is contained in:
@@ -5,4 +5,5 @@ func Test_modeline_invalid()
|
|||||||
call writefile(['vi:0', 'nothing'], 'Xmodeline')
|
call writefile(['vi:0', 'nothing'], 'Xmodeline')
|
||||||
call assert_fails('split Xmodeline', 'E518:')
|
call assert_fails('split Xmodeline', 'E518:')
|
||||||
bwipe!
|
bwipe!
|
||||||
|
call delete('Xmodeline')
|
||||||
endfunc
|
endfunc
|
||||||
|
|||||||
@@ -793,6 +793,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 */
|
||||||
|
/**/
|
||||||
|
208,
|
||||||
/**/
|
/**/
|
||||||
207,
|
207,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user