From: Dominique Pelle Date: Tue, 17 Jan 2023 21:20:44 +0000 (+0000) Subject: patch 9.0.1214: file left behind after running tests X-Git-Tag: v9.0.1214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=541c87c808df91b55e51fedc4987152a3edfe80d;p=vim 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) --- diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim index cf3d6fca1..12fbcb7ad 100644 --- a/src/testdir/test_autocmd.vim +++ b/src/testdir/test_autocmd.vim @@ -640,6 +640,7 @@ func Test_WinScrolled_diff() \ }, event) call StopVimInTerminal(buf) + call delete('XscrollEvent') endfunc func Test_WinClosed() diff --git a/src/version.c b/src/version.c index ae5de3519..d3eb35a02 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1214, /**/ 1213, /**/