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 -- [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/20220418181831.EC1D71C0796%40moolenaar.net.