mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00: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:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user