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 -- Br...@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 ///