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:
zeertzjq 2022-04-21 06:08:36 +08:00
parent 5600766b41
commit 4c5a2e8ebf

View File

@ -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