Patch 8.2.3708 (after 8.2.3707)
Problem: Vim9: test fails with different error.
Solution: Correct the error number.
Files: src/testdir/test_vim9_cmd.vim
*** ../vim-8.2.3707/src/testdir/test_vim9_cmd.vim 2021-11-28
20:24:12.231530800 +0000
--- src/testdir/test_vim9_cmd.vim 2021-11-30 21:37:19.434247880 +0000
***************
*** 282,289 ****
elseif 'text'
endif
END
! CheckDefFailure(lines, 'E1012:', 3)
! CheckScriptFailure(['vim9script'] + lines, 'E1135:', 4)
lines =<< trim END
if g:cond
--- 282,288 ----
elseif 'text'
endif
END
! CheckDefAndScriptFailure(lines, 'E1135:', 3)
lines =<< trim END
if g:cond
*** ../vim-8.2.3707/src/version.c 2021-11-30 20:57:34.561305257 +0000
--- src/version.c 2021-11-30 21:38:57.382087683 +0000
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 3708,
/**/
--
Looking at Perl through Lisp glasses, Perl looks atrocious.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20211130214004.371FA1C2562%40moolenaar.net.