mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
vim-patch:8.2.4796: file left behind after running cursorline tests
Problem: File left behind after running cursorline tests.
Solution: Uncomment the line that deletes the file.
da1050cd6f
This commit is contained in:
parent
5600766b41
commit
4c5a2e8ebf
@ -343,7 +343,7 @@ func Test_cursorline_cursorbind_horizontal_scroll()
|
|||||||
call VerifyScreenDump(buf, 'Test_hor_scroll_4', {})
|
call VerifyScreenDump(buf, 'Test_hor_scroll_4', {})
|
||||||
|
|
||||||
call StopVimInTerminal(buf)
|
call StopVimInTerminal(buf)
|
||||||
"call delete('Xhor_scroll')
|
call delete('Xhor_scroll')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user