mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.0351: terminal in popup test is still a bit flaky
Problem: Terminal in popup test is still a bit flaky. Solution: Clear and redraw before opening the popup.
This commit is contained in:
parent
080457c02d
commit
3e919d2924
@ -2357,6 +2357,7 @@ func Test_terminal_in_popup()
|
|||||||
call writefile(lines, 'XtermPopup')
|
call writefile(lines, 'XtermPopup')
|
||||||
let buf = RunVimInTerminal('-S XtermPopup', #{rows: 15})
|
let buf = RunVimInTerminal('-S XtermPopup', #{rows: 15})
|
||||||
call term_wait(buf, 100)
|
call term_wait(buf, 100)
|
||||||
|
call term_sendkeys(buf, "\<C-L>")
|
||||||
call term_sendkeys(buf, ":call OpenTerm(0)\<CR>")
|
call term_sendkeys(buf, ":call OpenTerm(0)\<CR>")
|
||||||
call term_wait(buf, 100)
|
call term_wait(buf, 100)
|
||||||
call term_sendkeys(buf, ":\<CR>")
|
call term_sendkeys(buf, ":\<CR>")
|
||||||
|
@ -738,6 +738,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
351,
|
||||||
/**/
|
/**/
|
||||||
350,
|
350,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user