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 -- [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/202103161224.12GCOgB3731973%40masaka.moolenaar.net.