Patch 8.1.0004
Problem: Test for :compiler command sometimes fails.
Solution: Be less strict about the error message. (Dominique Pelle)
Files: src/testdir/test_compiler.vim
*** ../vim-8.1.0003/src/testdir/test_compiler.vim 2018-05-19
15:00:48.841017887 +0200
--- src/testdir/test_compiler.vim 2018-05-19 15:47:59.785667252 +0200
***************
*** 19,27 ****
w!
call feedkeys(":make\<CR>\<CR>", 'tx')
let a=execute('clist')
! call assert_equal("\n 1 Xfoo.pl:3: Global symbol \"\$foo\" "
! \ . "requires explicit package name "
! \ . "(did you forget to declare \"my $foo\"?)", a)
call delete('Xfoo.pl')
bw!
--- 19,26 ----
w!
call feedkeys(":make\<CR>\<CR>", 'tx')
let a=execute('clist')
! call assert_match("\n 1 Xfoo.pl:3: Global symbol \"\$foo\" "
! \ . "requires explicit package name", a)
call delete('Xfoo.pl')
bw!
*** ../vim-8.1.0003/src/version.c 2018-05-19 15:00:48.841017887 +0200
--- src/version.c 2018-05-19 15:51:02.132530786 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 4,
/**/
--
This message contains 78% recycled characters.
/// 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.