Skip to content

Commit a28be85

Browse files
committed
patch 8.2.0266: terminal in popup test sometimes fails on Mac
Problem: Terminal in popup test sometimes fails on Mac. Solution: Add a short delay.
1 parent a76b315 commit a28be85

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
@@ -2353,6 +2353,7 @@ func Test_terminal_in_popup()
23532353
\ ]
23542354
call writefile(lines, 'XtermPopup')
23552355
let buf = RunVimInTerminal('-S XtermPopup', #{rows: 15})
2356+
call term_wait(buf, 100)
23562357
call term_sendkeys(buf, ":\<CR>")
23572358
call VerifyScreenDump(buf, 'Test_terminal_popup_1', {})
23582359

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+
266,
745747
/**/
746748
265,
747749
/**/

0 commit comments

Comments
 (0)