Patch 8.0.1694
Problem: Terminal API test is a bit flaky.
Solution: Wait longer for Vim to stop.
Files: src/testdir/screendump.vim
*** ../vim-8.0.1693/src/testdir/screendump.vim 2018-04-06 20:22:01.851568646
+0200
--- src/testdir/screendump.vim 2018-04-10 21:03:09.260346407 +0200
***************
*** 70,76 ****
func StopVimInTerminal(buf)
call assert_equal("running", term_getstatus(a:buf))
call term_sendkeys(a:buf, "\<Esc>\<Esc>:qa!\<cr>")
! call WaitFor('term_getstatus(' . a:buf . ') == "finished"')
only!
endfunc
--- 70,76 ----
func StopVimInTerminal(buf)
call assert_equal("running", term_getstatus(a:buf))
call term_sendkeys(a:buf, "\<Esc>\<Esc>:qa!\<cr>")
! call WaitFor('term_getstatus(' . a:buf . ') == "finished"', 3000)
only!
endfunc
*** ../vim-8.0.1693/src/version.c 2018-04-10 21:16:28.226741419 +0200
--- src/version.c 2018-04-10 21:38:33.320737373 +0200
***************
*** 764,765 ****
--- 764,767 ----
{ /* Add new patch number below this line */
+ /**/
+ 1694,
/**/
--
hundred-and-one symptoms of being an internet addict:
156. You forget your friend's name but not her e-mail address.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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].
For more options, visit https://groups.google.com/d/optout.