diff 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
line wrap: on
line diff
--- a/src/testdir/test_cursorline.vim
+++ b/src/testdir/test_cursorline.vim
@@ -322,7 +322,7 @@ func Test_cursorline_cursorbind_horizont
   call VerifyScreenDump(buf, 'Test_hor_scroll_4', {})
 
   call StopVimInTerminal(buf)
-  "call delete('Xhor_scroll')
+  call delete('Xhor_scroll')
 endfunc