changeset 19318:673a95ef80af v8.2.0217

patch 8.2.0217: terminal test fails on Mac Commit: https://github.com/vim/vim/commit/adbc11c2ee828fcc9d79c7d3c0c968c68657e3d1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 5 22:21:08 2020 +0100 patch 8.2.0217: terminal test fails on Mac Problem: Terminal test fails on Mac. Solution: Add a short wait.
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Feb 2020 22:30:04 +0100
parents 9e3e434881e6
children c5f04bfc7bf6
files src/testdir/test_terminal.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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, "\<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
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    217,
+/**/
     216,
 /**/
     215,