1
0
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:
Bram Moolenaar
2022-12-06 09:11:39 +00:00
parent 9dacdb1d56
commit 7155fb6614
2 changed files with 8 additions and 6 deletions

View File

@@ -22,9 +22,9 @@ func Test_suspend()
CheckFeature terminal
CheckExecutable /bin/sh
" Somehow the modifyOtherKeys response may get to the terminal when using Mac
" OS. Make t_RK empty to avoid that.
set t_RK=
" Somehow the modifyOtherKeys response may get to the terminal when using
" Mac OS. Make t_RK and 'keyprotocol' empty to avoid that.
set t_RK= keyprotocol=
call WaitForResponses()
@@ -72,9 +72,9 @@ func Test_suspend_autocmd()
CheckFeature terminal
CheckExecutable /bin/sh
" Somehow the modifyOtherKeys response may get to the terminal when using Mac
" OS. Make t_RK empty to avoid that.
set t_RK=
" Somehow the modifyOtherKeys response may get to the terminal when using
" Mac OS. Make t_RK and 'keyprotocol' empty to avoid that.
set t_RK= keyprotocol=
call WaitForResponses()

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1018,
/**/
1017,
/**/