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