Patch 8.2.2766
Problem: Test failure.
Solution: Add change to Vim9 compilation error message.
Files: src/vim9compile.c
*** ../vim-8.2.2765/src/vim9compile.c 2021-04-14 12:39:56.656454570 +0200
--- src/vim9compile.c 2021-04-14 20:30:32.092938420 +0200
***************
*** 6472,6478 ****
goto theend;
if (range)
{
! semsg(_(e_cannot_use_range_with_assignment_str),
var_start);
return FAIL;
}
--- 6472,6478 ----
goto theend;
if (range)
{
!
semsg(_(e_cannot_use_range_with_assignment_operator_str),
var_start);
return FAIL;
}
*** ../vim-8.2.2765/src/version.c 2021-04-14 20:35:19.412232623 +0200
--- src/version.c 2021-04-14 20:52:40.409614140 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2766,
/**/
--
hundred-and-one symptoms of being an internet addict:
94. Now admit it... How many of you have made "modem noises" into
the phone just to see if it was possible? :-)
/// 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/202104141854.13EIsqBC1366175%40masaka.moolenaar.net.