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 a76b315 commit a28be85Copy full SHA for a28be85
2 files changed
src/testdir/test_terminal.vim
@@ -2353,6 +2353,7 @@ func Test_terminal_in_popup()
2353
\ ]
2354
call writefile(lines, 'XtermPopup')
2355
let buf = RunVimInTerminal('-S XtermPopup', #{rows: 15})
2356
+ call term_wait(buf, 100)
2357
call term_sendkeys(buf, ":\<CR>")
2358
call VerifyScreenDump(buf, 'Test_terminal_popup_1', {})
2359
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
+ 266,
747
/**/
748
265,
749
0 commit comments