forked from aniani/vim
patch 9.0.1018: suspend test still fails on Mac OS
Problem: Suspend test still fails on Mac OS. Solution: Make 'keyprotocol' empty.
This commit is contained in:
@@ -22,9 +22,9 @@ func Test_suspend()
|
|||||||
CheckFeature terminal
|
CheckFeature terminal
|
||||||
CheckExecutable /bin/sh
|
CheckExecutable /bin/sh
|
||||||
|
|
||||||
" Somehow the modifyOtherKeys response may get to the terminal when using Mac
|
" Somehow the modifyOtherKeys response may get to the terminal when using
|
||||||
" OS. Make t_RK empty to avoid that.
|
" Mac OS. Make t_RK and 'keyprotocol' empty to avoid that.
|
||||||
set t_RK=
|
set t_RK= keyprotocol=
|
||||||
|
|
||||||
call WaitForResponses()
|
call WaitForResponses()
|
||||||
|
|
||||||
@@ -72,9 +72,9 @@ func Test_suspend_autocmd()
|
|||||||
CheckFeature terminal
|
CheckFeature terminal
|
||||||
CheckExecutable /bin/sh
|
CheckExecutable /bin/sh
|
||||||
|
|
||||||
" Somehow the modifyOtherKeys response may get to the terminal when using Mac
|
" Somehow the modifyOtherKeys response may get to the terminal when using
|
||||||
" OS. Make t_RK empty to avoid that.
|
" Mac OS. Make t_RK and 'keyprotocol' empty to avoid that.
|
||||||
set t_RK=
|
set t_RK= keyprotocol=
|
||||||
|
|
||||||
call WaitForResponses()
|
call WaitForResponses()
|
||||||
|
|
||||||
|
@@ -695,6 +695,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 */
|
||||||
|
/**/
|
||||||
|
1018,
|
||||||
/**/
|
/**/
|
||||||
1017,
|
1017,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user