mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -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 StopVimInTerminal(buf)
|
||||
"call delete('Xhor_scroll')
|
||||
call delete('Xhor_scroll')
|
||||
endfunc
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user