]> granicus.if.org Git - vim/commitdiff
patch 8.2.4796: file left behind after running cursorline tests v8.2.4796
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2022 17:41:49 +0000 (18:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2022 17:41:49 +0000 (18:41 +0100)
Problem:    File left behind after running cursorline tests.
Solution:   Uncomment the line that deletes the file.

src/testdir/test_cursorline.vim
src/version.c

index 776eea85673bcc1b89396d652d2b4521afbf9c14..e7c2d0b88b7a413d430e2bb729f9956dd47c64c8 100644 (file)
@@ -322,7 +322,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
 
 
index c54efaae95be2741bb64c3de02a481ff382ad9e0..74c0832e90ec5c87586a4a6a394403b3db04a64d 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4796,
 /**/
     4795,
 /**/