mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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 vim/vim#4350)
4fa06870e5
This commit is contained in:
parent
210d803777
commit
53d99b9657
@ -576,7 +576,7 @@ func Test_tabpage_cmdheight()
|
||||
call VerifyScreenDump(buf, 'Test_tabpage_cmdheight', {})
|
||||
|
||||
call StopVimInTerminal(buf)
|
||||
call delete('XTest_conceal')
|
||||
call delete('XTest_tabpage_cmdheight')
|
||||
endfunc
|
||||
|
||||
" vim: shiftwidth=2 sts=2 expandtab
|
||||
|
Loading…
Reference in New Issue
Block a user