# HG changeset patch # User Bram Moolenaar # Date 1650476702 -7200 # Node ID 22345596a270ab3a0562ea4e6bc8225e86884f21 # Parent 52476a4d879601c3505d17b57c600d4f67e1f297 patch 8.2.4796: file left behind after running cursorline tests Commit: https://github.com/vim/vim/commit/da1050cd6fbb67cfde5b4a149d8d9db80bb4351c Author: Bram Moolenaar 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. diff --git a/src/testdir/test_cursorline.vim b/src/testdir/test_cursorline.vim --- 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 diff --git a/src/version.c b/src/version.c --- 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,