Skip to content

Commit

Permalink
patch 8.2.4796: file left behind after running cursorline tests
Browse files Browse the repository at this point in the history
Problem:    File left behind after running cursorline tests.
Solution:   Uncomment the line that deletes the file.
  • Loading branch information
brammool committed Apr 20, 2022
1 parent 2c645e8 commit da1050c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_cursorline.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4796,
/**/
4795,
/**/
Expand Down

0 comments on commit da1050c

Please sign in to comment.