Patch 9.0.1018

4 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 6, 2022, 4:12:42 AM12/6/22
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages