Patch 7.4.2173 (after 7.4.2172)
Problem: Can't test help on MS-Windows.
Solution: Skip the test.
Files: src/testdir/test_startup.vim
*** ../vim-7.4.2172/src/testdir/test_startup.vim 2016-08-06
22:31:38.793479612 +0200
--- src/testdir/test_startup.vim 2016-08-06 23:01:49.595040484 +0200
***************
*** 62,67 ****
--- 62,71 ----
endfunc
func Test_help_arg()
+ if !has('unix') && has('gui')
+ " this doesn't work with gvim on MS-Windows
+ return
+ endif
if RunVim([], [], '--help >Xtestout')
let lines = readfile('Xtestout')
call assert_true(len(lines) > 20)
*** ../vim-7.4.2172/src/version.c 2016-08-06 22:31:38.793479612 +0200
--- src/version.c 2016-08-06 23:02:31.458705427 +0200
***************
*** 765,766 ****
--- 765,768 ----
{ /* Add new patch number below this line */
+ /**/
+ 2173,
/**/
--
BEDEVERE: And what do you burn, apart from witches?
FOURTH VILLAGER: ... Wood?
BEDEVERE: So why do witches burn?
SECOND VILLAGER: (pianissimo) ... Because they're made of wood...?
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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].
For more options, visit https://groups.google.com/d/optout.