Patch 7.4.2166 (after 7.4.2164)
Problem: Small build can't run startup test.
Solution: Skip the test.
Files: src/testdir/test_startup.vim
*** ../vim-7.4.2165/src/testdir/test_startup.vim 2016-08-06
19:16:38.865697366 +0200
--- src/testdir/test_startup.vim 2016-08-06 19:23:11.286584398 +0200
***************
*** 15,20 ****
--- 15,23 ----
" 2. packages
" 3. plugins in after directories
func Test_after_comes_later()
+ if !has('packages')
+ return
+ endif
let before = [
\ 'let $HOME = "/does/not/exist"',
\ 'set loadplugins',
*** ../vim-7.4.2165/src/version.c 2016-08-06 19:16:38.869697333 +0200
--- src/version.c 2016-08-06 19:22:46.586780463 +0200
***************
*** 765,766 ****
--- 765,768 ----
{ /* Add new patch number below this line */
+ /**/
+ 2166,
/**/
--
A village. Sound of chanting of Latin canon, punctuated by short, sharp
cracks. It comes nearer. We see it is a line of MONKS ala SEVENTH SEAL
flagellation scene, chanting and banging themselves on the foreheads with
wooden boards.
"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.