changeset 31764:6969fac11aaa v9.0.1214

patch 9.0.1214: file left behind after running tests Commit: https://github.com/vim/vim/commit/541c87c808df91b55e51fedc4987152a3edfe80d Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Tue Jan 17 21:20:44 2023 +0000 patch 9.0.1214: file left behind after running tests Problem: File left behind after running tests. Solution: Delete the file. (Dominique Pell?, closes https://github.com/vim/vim/issues/11839)
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Jan 2023 22:30:04 +0100
parents 8d9190368b3b
children 63f5423aac68
files src/testdir/test_autocmd.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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()
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1214,
+/**/
     1213,
 /**/
     1212,