To: vim_dev@googlegroups.com Subject: Patch 8.2.4786 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4786 (after 8.2.4785) Problem: Test for win_gotoid() in Visual mode fails on Mac. Solution: Skip the test on MacOS. Files: src/testdir/test_vim9_builtin.vim *** ../vim-8.2.4785/src/testdir/test_vim9_builtin.vim 2022-04-18 18:31:57.110494523 +0100 --- src/testdir/test_vim9_builtin.vim 2022-04-18 19:11:10.734016008 +0100 *************** *** 4497,4503 **** func Test_win_gotoid_in_mapping() CheckScreendump ! if has('clipboard_working') let @* = 'foo' let lines =<< trim END set cmdheight=2 --- 4497,4504 ---- func Test_win_gotoid_in_mapping() CheckScreendump ! " requires a working clipboard and this doesn't work on MacOS ! if has('clipboard_working') && !has('mac') let @* = 'foo' let lines =<< trim END set cmdheight=2 *** ../vim-8.2.4785/src/version.c 2022-04-18 18:31:57.110494523 +0100 --- src/version.c 2022-04-18 19:16:41.553955222 +0100 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4786, /**/ -- Far out in the uncharted backwaters of the unfashionable end of the Western Spiral arm of the Galaxy lies a small unregarded yellow sun. Orbiting this at a distance of roughly ninety-eight million miles is an utterly insignificant little blue-green planet whose ape-descended life forms are so amazingly primitive that they still think digital watches are a pretty neat idea ... -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// 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 ///