To: vim_dev@googlegroups.com Subject: Patch 8.2.1940 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///