To: vim_dev@googlegroups.com Subject: Patch 7.4.1650 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1650 Problem: Quickfix test fails. Solution: Accept any number of matches. Files: src/testdir/test_quickfix.vim *** ../vim-7.4.1649/src/testdir/test_quickfix.vim 2016-03-25 15:01:06.984578229 +0100 --- src/testdir/test_quickfix.vim 2016-03-25 17:11:47.796706594 +0100 *************** *** 684,689 **** helpgr quickfix call setqflist([], 'r') cad ! call assert_fails('cn', 'E553:') quit! endfunc --- 684,694 ---- helpgr quickfix call setqflist([], 'r') cad ! try ! cn ! catch ! " number of matches is unknown ! call assert_true(v:exception =~ 'E553:') ! endtry quit! endfunc *** ../vim-7.4.1649/src/version.c 2016-03-25 17:00:22.099689520 +0100 --- src/version.c 2016-03-25 17:12:27.036306976 +0100 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1650, /**/ -- An actual excerpt from a classified section of a city newspaper: "Illiterate? Write today for free help!" /// 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 ///