Patch 7.4.2167 (after 7.4.2164)
Problem: Small build can't run tests.
Solution: Don't try setting 'packpath'.
Files: src/testdir/setup.vim
*** ../vim-7.4.2166/src/testdir/setup.vim 2016-08-06 19:01:33.984856713
+0200
--- src/testdir/setup.vim 2016-08-06 19:44:07.472648288 +0200
***************
*** 2,8 ****
" Make sure 'runtimepath' and 'packpath' does not include $HOME.
set rtp=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after
! let &packpath = &rtp
" Only when the +eval feature is present.
if 1
--- 2,10 ----
" Make sure 'runtimepath' and 'packpath' does not include $HOME.
set rtp=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after
! if has('packages')
! let &packpath = &rtp
! endif
" Only when the +eval feature is present.
if 1
*** ../vim-7.4.2166/src/version.c 2016-08-06 19:24:20.358036025 +0200
--- src/version.c 2016-08-06 19:44:45.648349735 +0200
***************
*** 765,766 ****
--- 765,768 ----
{ /* Add new patch number below this line */
+ /**/
+ 2167,
/**/
--
It is too bad that the speed of light hasn't kept pace with the
changes in CPU speed and network bandwidth. -- <[email protected]>
/// 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.