Patch 8.2.1940
Problem: Vim9: browse modifier test fails on Mac.
Solution: Only test when the +browse feature is available.
Files: src/testdir/test_vim9_cmd.vim
*** ../vim-8.2.1939/src/testdir/test_vim9_cmd.vim 2020-11-01
20:04:54.402959141 +0100
--- src/testdir/test_vim9_cmd.vim 2020-11-01 22:14:58.034454369 +0100
***************
*** 347,355 ****
assert_equal(2, winnr())
close
! browse set
! assert_equal('option-window', expand('%'))
! close
vsplit
botright split
--- 347,357 ----
assert_equal(2, winnr())
close
! if has('browse')
! browse set
! assert_equal('option-window', expand('%'))
! close
! endif
vsplit
botright split
*** ../vim-8.2.1939/src/version.c 2020-11-01 21:56:36.613059948 +0100
--- src/version.c 2020-11-01 22:14:56.038459111 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1940,
/**/
--
The CIA drives around in cars with the "Intel inside" logo.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202011012116.0A1LGYGQ3341316%40masaka.moolenaar.net.