Patch 8.2.1940

7 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 1, 2020, 4:16:42 PM11/1/20
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages