To: vim_dev@googlegroups.com Subject: Patch 9.0.1018 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///