Patch 9.0.1087
Problem: Autocommand test sometimes fails.
Solution: Add a short delay. (James McCoy, closes #11737)
Files: src/testdir/test_autocmd.vim
*** ../vim-9.0.1086/src/testdir/test_autocmd.vim 2022-12-16
16:41:19.208714806 +0000
--- src/testdir/test_autocmd.vim 2022-12-22 18:25:24.360642532 +0000
***************
*** 2393,2398 ****
--- 2393,2399 ----
call term_sendkeys(buf, ":autocmd User\<CR>")
call TermWait(buf, 50)
call term_sendkeys(buf, "G")
+ call TermWait(buf, 50)
call StopVimInTerminal(buf)
endfunc
*** ../vim-9.0.1086/src/version.c 2022-12-22 13:44:15.823672301 +0000
--- src/version.c 2022-12-22 18:28:44.133107606 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1087,
/**/
--
BLACK KNIGHT: I move for no man.
ARTHUR: So be it!
[hah] [parry thrust]
[ARTHUR chops the BLACK KNIGHT's left arm off]
ARTHUR: Now stand aside, worthy adversary.
BLACK KNIGHT: 'Tis but a scratch.
The Quest for the Holy Grail (Monty Python)
/// 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/20221222183525.1E8DA1C0AA3%40moolenaar.net.