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