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