Skip to content

Commit

Permalink
patch 9.0.1018: suspend test still fails on Mac OS
Browse files Browse the repository at this point in the history
Problem:    Suspend test still fails on Mac OS.
Solution:   Make 'keyprotocol' empty.
  • Loading branch information
brammool committed Dec 6, 2022
1 parent 9dacdb1 commit 7155fb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/testdir/test_suspend.vim
Expand Up @@ -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()

Expand Down Expand Up @@ -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()

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -695,6 +695,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1018,
/**/
1017,
/**/
Expand Down

0 comments on commit 7155fb6

Please sign in to comment.