changeset 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 52476a4d8796
children d89bd590e2b3
files src/testdir/test_cursorline.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
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
 
 
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4796,
+/**/
     4795,
 /**/
     4794,