Patch 8.2.2766

3 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 14, 2021, 2:54:59 PM4/14/21
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages