We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff80cb6 commit adbc11cCopy full SHA for adbc11c
2 files changed
src/testdir/test_terminal.vim
@@ -2362,6 +2362,7 @@ func Test_terminal_in_popup()
2362
call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>")
2363
call VerifyScreenDump(buf, 'Test_terminal_popup_4', {})
2364
call term_sendkeys(buf, "\<CR>")
2365
+ call term_wait(buf, 50)
2366
2367
call term_sendkeys(buf, ":q\<CR>")
2368
call term_wait(buf, 100) " wait for terminal to vanish
src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
742
743
static int included_patches[] =
744
{ /* Add new patch number below this line */
745
+/**/
746
+ 217,
747
/**/
748
216,
749
0 commit comments