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 -- [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.