Skip to content

Commit 541c87c

Browse files
dpellebrammool
authored andcommitted
patch 9.0.1214: file left behind after running tests
Problem: File left behind after running tests. Solution: Delete the file. (Dominique Pellé, closes #11839)
1 parent da3dd7d commit 541c87c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_autocmd.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ func Test_WinScrolled_diff()
640640
\ }, event)
641641

642642
call StopVimInTerminal(buf)
643+
call delete('XscrollEvent')
643644
endfunc
644645

645646
func Test_WinClosed()

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ static char *(features[]) =
695695

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
1214,
698700
/**/
699701
1213,
700702
/**/

0 commit comments

Comments
 (0)