comparison src/testdir/test_cursorline.vim @ 28544:22345596a270 v8.2.4796

patch 8.2.4796: file left behind after running cursorline tests Commit: https://github.com/vim/vim/commit/da1050cd6fbb67cfde5b4a149d8d9db80bb4351c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 20 18:41:49 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Apr 2022 19:45:02 +0200
parents 51b5cab35afa
children 6481ccc776f9
comparison
equal deleted inserted replaced
28543:52476a4d8796 28544:22345596a270
320 call VerifyScreenDump(buf, 'Test_hor_scroll_3', {}) 320 call VerifyScreenDump(buf, 'Test_hor_scroll_3', {})
321 call term_sendkeys(buf, "10l") 321 call term_sendkeys(buf, "10l")
322 call VerifyScreenDump(buf, 'Test_hor_scroll_4', {}) 322 call VerifyScreenDump(buf, 'Test_hor_scroll_4', {})
323 323
324 call StopVimInTerminal(buf) 324 call StopVimInTerminal(buf)
325 "call delete('Xhor_scroll') 325 call delete('Xhor_scroll')
326 endfunc 326 endfunc
327 327
328 328
329 " vim: shiftwidth=2 sts=2 expandtab 329 " vim: shiftwidth=2 sts=2 expandtab