0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

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)
This commit is contained in:
Dominique Pelle 2023-01-17 21:20:44 +00:00 committed by Bram Moolenaar
parent da3dd7d857
commit 541c87c808
2 changed files with 3 additions and 0 deletions

View File

@ -640,6 +640,7 @@ func Test_WinScrolled_diff()
\ }, event)
call StopVimInTerminal(buf)
call delete('XscrollEvent')
endfunc
func Test_WinClosed()

View File

@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1214,
/**/
1213,
/**/