Patch 9.0.1018
Problem: Suspend test still fails on Mac OS.
Solution: Make 'keyprotocol' empty.
Files: src/testdir/test_suspend.vim
*** ../vim-9.0.1017/src/testdir/test_suspend.vim 2022-12-05
21:21:42.799308158 +0000
--- src/testdir/test_suspend.vim 2022-12-06 09:07:45.918525206 +0000
***************
*** 22,30 ****
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=
call WaitForResponses()
--- 22,30 ----
CheckFeature terminal
CheckExecutable /bin/sh
! " 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,80 ****
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=
call WaitForResponses()
--- 72,80 ----
CheckFeature terminal
CheckExecutable /bin/sh
! " 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()
*** ../vim-9.0.1017/src/version.c 2022-12-06 09:05:19.050469423 +0000
--- src/version.c 2022-12-06 09:10:03.858536835 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1018,
/**/
--
Marriage isn't a word. It's a sentence.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221206091236.4F1761C1D84%40moolenaar.net.