mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
patch 8.2.0220: terminal test did pass on Mac
Problem: Terminal test did pass on Mac. Solution: Remove the skip again.
This commit is contained in:
@@ -2359,12 +2359,10 @@ func Test_terminal_in_popup()
|
|||||||
call term_sendkeys(buf, "/edit\<CR>")
|
call term_sendkeys(buf, "/edit\<CR>")
|
||||||
call VerifyScreenDump(buf, 'Test_terminal_popup_3', {})
|
call VerifyScreenDump(buf, 'Test_terminal_popup_3', {})
|
||||||
|
|
||||||
" TODO: somehow this causes the job to keep running on Mac
|
|
||||||
if !has('mac')
|
|
||||||
call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>")
|
call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>")
|
||||||
call VerifyScreenDump(buf, 'Test_terminal_popup_4', {})
|
call VerifyScreenDump(buf, 'Test_terminal_popup_4', {})
|
||||||
call term_sendkeys(buf, "\<CR>")
|
call term_sendkeys(buf, "\<CR>")
|
||||||
endif
|
call term_wait(buf, 50)
|
||||||
|
|
||||||
call term_sendkeys(buf, ":q\<CR>")
|
call term_sendkeys(buf, ":q\<CR>")
|
||||||
call term_wait(buf, 100) " wait for terminal to vanish
|
call term_wait(buf, 100) " wait for terminal to vanish
|
||||||
|
@@ -742,6 +742,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 */
|
||||||
|
/**/
|
||||||
|
220,
|
||||||
/**/
|
/**/
|
||||||
219,
|
219,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user