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 c028c69..605ac06 100644
--- a/src/testdir/test_terminal.vim
+++ b/src/testdir/test_terminal.vim
@@ -2362,6 +2362,7 @@
call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>")
call VerifyScreenDump(buf, 'Test_terminal_popup_4', {})
call term_sendkeys(buf, "\<CR>")
+ call term_wait(buf, 50)
call term_sendkeys(buf, ":q\<CR>")
call term_wait(buf, 100) " wait for terminal to vanish
diff --git a/src/version.c b/src/version.c
index 45b4cc2..5a11a1f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 217,
+/**/
216,
/**/
215,