Patch 8.2.1999
Problem: Terminal popup test sometimes fails.
Solution: Wait for the popup to close.
Files: src/testdir/test_terminal.vim
*** ../vim-8.2.1998/src/testdir/test_terminal.vim 2020-11-16
21:02:22.481796469 +0100
--- src/testdir/test_terminal.vim 2020-11-16 21:09:00.592867039 +0100
***************
*** 1249,1256 ****
" must not have switched to another window
call assert_equal(winid, win_getid())
! call feedkeys("exit\<CR>", 'xt')
! sleep 50m
exe 'bwipe! ' .. newbuf
endfunc
--- 1249,1256 ----
" must not have switched to another window
call assert_equal(winid, win_getid())
! call StopShellInTerminal(termbuf)
! call WaitFor({-> win_getid() != winid})
exe 'bwipe! ' .. newbuf
endfunc
*** ../vim-8.2.1998/src/version.c 2020-11-16 21:02:22.485796458 +0100
--- src/version.c 2020-11-16 21:10:10.336708798 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1999,
/**/
--
hundred-and-one symptoms of being an internet addict:
257. Your "hundred-and-one" lists include well over 101 items, since you
automatically interpret all numbers in hexadecimal notation.
(hex 101 = decimal 257)
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202011162022.0AGKMpff1261023%40masaka.moolenaar.net.