To: vim_dev@googlegroups.com Subject: Patch 8.2.1999 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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\", '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 -- Bram@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 ///