Patch 9.0.1214
Problem: File left behind after running tests.
Solution: Delete the file. (Dominique Pellé, closes #11839)
Files: src/testdir/test_autocmd.vim
*** ../vim-9.0.1213/src/testdir/test_autocmd.vim 2022-12-31
11:44:51.549772464 +0000
--- src/testdir/test_autocmd.vim 2023-01-17 21:18:24.565522592 +0000
***************
*** 640,645 ****
--- 640,646 ----
\ }, event)
call StopVimInTerminal(buf)
+ call delete('XscrollEvent')
endfunc
func Test_WinClosed()
*** ../vim-9.0.1213/src/version.c 2023-01-17 19:48:02.759310921 +0000
--- src/version.c 2023-01-17 21:19:25.761557499 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1214,
/**/
--
How To Keep A Healthy Level Of Insanity:
8. Don't use any punctuation marks.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20230117212119.88B8C1C096B%40moolenaar.net.