From: Bram Moolenaar Date: Wed, 5 Feb 2020 21:21:08 +0000 (+0100) Subject: patch 8.2.0217: terminal test fails on Mac X-Git-Tag: v8.2.0217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adbc11c2ee828fcc9d79c7d3c0c968c68657e3d1;p=vim patch 8.2.0217: terminal test fails on Mac Problem: Terminal test fails on Mac. Solution: Add a short wait. --- diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim index c028c69f6..605ac06fa 100644 --- a/src/testdir/test_terminal.vim +++ b/src/testdir/test_terminal.vim @@ -2362,6 +2362,7 @@ func Test_terminal_in_popup() call term_sendkeys(buf, "\:call HidePopup()\") call VerifyScreenDump(buf, 'Test_terminal_popup_4', {}) call term_sendkeys(buf, "\") + call term_wait(buf, 50) call term_sendkeys(buf, ":q\") call term_wait(buf, 100) " wait for terminal to vanish diff --git a/src/version.c b/src/version.c index 45b4cc253..5a11a1f13 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 217, /**/ 216, /**/