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:
parent
da3dd7d857
commit
541c87c808
@ -640,6 +640,7 @@ func Test_WinScrolled_diff()
|
||||
\ }, event)
|
||||
|
||||
call StopVimInTerminal(buf)
|
||||
call delete('XscrollEvent')
|
||||
endfunc
|
||||
|
||||
func Test_WinClosed()
|
||||
|
@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1214,
|
||||
/**/
|
||||
1213,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user