summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-04-20 18:41:49 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-20 18:41:49 +0100
commitda1050cd6fbb67cfde5b4a149d8d9db80bb4351c (patch)
treee00b22cdd2b1a335784717adc2c63f23e7d49087
parent2c645e8b00641f504072f35e061b7392ed41f491 (diff)
downloadvim-git-8.2.4796.tar.gz
patch 8.2.4796: file left behind after running cursorline testsv8.2.4796
Problem: File left behind after running cursorline tests. Solution: Uncomment the line that deletes the file.
-rw-r--r--src/testdir/test_cursorline.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test_cursorline.vim b/src/testdir/test_cursorline.vim
index 776eea856..e7c2d0b88 100644
--- a/src/testdir/test_cursorline.vim
+++ b/src/testdir/test_cursorline.vim
@@ -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
diff --git a/src/version.c b/src/version.c
index c54efaae9..74c0832e9 100644
--- 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,