Skip to content

Commit adbc11c

Browse files
committed
patch 8.2.0217: terminal test fails on Mac
Problem: Terminal test fails on Mac. Solution: Add a short wait.
1 parent ff80cb6 commit adbc11c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_terminal.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,6 +2362,7 @@ func Test_terminal_in_popup()
23622362
call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>")
23632363
call VerifyScreenDump(buf, 'Test_terminal_popup_4', {})
23642364
call term_sendkeys(buf, "\<CR>")
2365+
call term_wait(buf, 50)
23652366

23662367
call term_sendkeys(buf, ":q\<CR>")
23672368
call term_wait(buf, 100) " wait for terminal to vanish

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ static char *(features[]) =
742742

743743
static int included_patches[] =
744744
{ /* Add new patch number below this line */
745+
/**/
746+
217,
745747
/**/
746748
216,
747749
/**/

0 commit comments

Comments
 (0)