Patch 8.2.2609
Problem: Test disabled on MS-Windows even though it should work.
Solution: Restore the condition for skipping the test. (Ken Takata,
closes #7970)
Files: src/testdir/test_startup.vim
*** ../vim-8.2.2608/src/testdir/test_startup.vim 2021-03-14 16:20:33.158928849 +0100
--- src/testdir/test_startup.vim 2021-03-15 18:26:05.094556384 +0100
***************
*** 109,115 ****
endfunc
func Test_help_arg()
! CheckNotMSWindows
if RunVim([], [], '--help >Xtestout')
let lines = readfile('Xtestout')
--- 109,117 ----
endfunc
func Test_help_arg()
! if !has('unix') && has('gui_running')
! throw 'Skipped: does not work with gvim on MS-Windows'
! endif
if RunVim([], [], '--help >Xtestout')
let lines = readfile('Xtestout')
*** ../vim-8.2.2608/src/version.c 2021-03-15 18:36:16.725494781 +0100
--- src/version.c 2021-03-16 13:17:02.717506848 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2609,
/**/
--
A salesperson says: Translation:
"backward compatible" Old technology
"Premium" Overpriced
"Can't keep it on the shelf" Unavailable
"Stands alone" Piece of shit
"Proprietary" Incompatible
(Scott Adams - The Dilbert principle)
/// 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 ///