forked from aniani/vim
patch 8.1.1286: running tests leaves XTest_tabpage_cmdheight file behind
Problem: Running tests leaves XTest_tabpage_cmdheight file behind. Solution: Delete the right file. (closes #4350)
This commit is contained in:
@@ -573,7 +573,7 @@ func Test_tabpage_cmdheight()
|
|||||||
call VerifyScreenDump(buf, 'Test_tabpage_cmdheight', {})
|
call VerifyScreenDump(buf, 'Test_tabpage_cmdheight', {})
|
||||||
|
|
||||||
call StopVimInTerminal(buf)
|
call StopVimInTerminal(buf)
|
||||||
call delete('XTest_conceal')
|
call delete('XTest_tabpage_cmdheight')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" vim: shiftwidth=2 sts=2 expandtab
|
" vim: shiftwidth=2 sts=2 expandtab
|
||||||
|
@@ -767,6 +767,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 */
|
||||||
|
/**/
|
||||||
|
1286,
|
||||||
/**/
|
/**/
|
||||||
1285,
|
1285,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user