Patch 8.2.1999

5 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 16, 2020, 3:23:00 PM11/16/20
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages