To: vim_dev@googlegroups.com Subject: Patch 9.0.1022 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1022 Problem: Suspend test fails on Mac OS when suspending Vim. Solution: Make 'keyprotocol' empty. Files: src/testdir/test_suspend.vim *** ../vim-9.0.1021/src/testdir/test_suspend.vim 2022-12-06 09:11:34.338527750 +0000 --- src/testdir/test_suspend.vim 2022-12-06 16:08:30.631647387 +0000 *************** *** 34,40 **** call term_sendkeys(buf, v:progpath \ . " --clean -X" ! \ . " -c 'set nu'" \ . " -c 'call setline(1, \"foo\")'" \ . " Xfoo\") " Cursor in terminal buffer should be on first line in spawned vim. --- 34,40 ---- call term_sendkeys(buf, v:progpath \ . " --clean -X" ! \ . " -c 'set nu keyprotocol='" \ . " -c 'call setline(1, \"foo\")'" \ . " Xfoo\") " Cursor in terminal buffer should be on first line in spawned vim. *************** *** 84,90 **** call term_sendkeys(buf, v:progpath \ . " --clean -X" ! \ . " -c 'set nu'" \ . " -c 'let g:count = 0'" \ . " -c 'au VimSuspend * let g:count += 1'" \ . " -c 'au VimResume * let g:count += 1'" --- 84,90 ---- call term_sendkeys(buf, v:progpath \ . " --clean -X" ! \ . " -c 'set nu keyprotocol='" \ . " -c 'let g:count = 0'" \ . " -c 'au VimSuspend * let g:count += 1'" \ . " -c 'au VimResume * let g:count += 1'" *** ../vim-9.0.1021/src/version.c 2022-12-06 15:07:51.744470475 +0000 --- src/version.c 2022-12-06 16:09:21.191660549 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1022, /**/ -- hundred-and-one symptoms of being an internet addict: 245. You use Real Audio to listen to a radio station from a distant city rather than turn on your stereo system. /// 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 ///