Patch 8.1.2054
Problem: Compiler test for Perl may fail.
Solution: Accept any error line number. (James McCoy, closes #4944)
Files: src/testdir/test_compiler.vim
*** ../vim-8.1.2053/src/testdir/test_compiler.vim 2019-07-31
22:18:19.335852519 +0200
--- src/testdir/test_compiler.vim 2019-09-18 21:40:51.461705410 +0200
***************
*** 28,35 ****
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)
let &shellslash = save_shellslash
call delete('Xfoo.pl')
--- 28,36 ----
w!
call feedkeys(":make\<CR>\<CR>", 'tx')
let a=execute('clist')
! call assert_match('\n \d\+ Xfoo.pl:3: Global symbol "$foo" '
! \ . 'requires explicit package name', a)
!
let &shellslash = save_shellslash
call delete('Xfoo.pl')
*** ../vim-8.1.2053/src/version.c 2019-09-18 21:15:25.413966524 +0200
--- src/version.c 2019-09-18 21:42:07.729068456 +0200
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 2054,
/**/
--
Facepalm statement #9: "Did you see, there is now even a hobbit book"
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201909181943.x8IJh9tM030475%40masaka.moolenaar.net.