From: Bram Moolenaar Date: Mon, 16 Nov 2020 20:10:34 +0000 (+0100) Subject: patch 8.2.1999: terminal popup test sometimes fails X-Git-Tag: v8.2.1999 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6329e4c55cd81b6134820eab6a10b02c11c1277;p=vim patch 8.2.1999: terminal popup test sometimes fails Problem: Terminal popup test sometimes fails. Solution: Wait for the popup to close. --- diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim index 846ec5986..ee0e74344 100644 --- a/src/testdir/test_terminal.vim +++ b/src/testdir/test_terminal.vim @@ -1249,8 +1249,8 @@ func Test_terminal_popup_bufload() " must not have switched to another window call assert_equal(winid, win_getid()) - call feedkeys("exit\", 'xt') - sleep 50m + call StopShellInTerminal(termbuf) + call WaitFor({-> win_getid() != winid}) exe 'bwipe! ' .. newbuf endfunc diff --git a/src/version.c b/src/version.c index 186bbdea6..ec1abe688 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1999, /**/ 1998, /**/