Patch 8.2.2599

3 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 13, 2021, 3:14:51 PM3/13/21
to vim...@googlegroups.com

Patch 8.2.2599 (after 8.2.2597)
Problem: Build failure.
Solution: Add missing change.
Files: src/vim9compile.c


*** ../vim-8.2.2598/src/vim9compile.c 2021-03-11 20:03:59.574114833 +0100
--- src/vim9compile.c 2021-03-13 20:54:24.951871557 +0100
***************
*** 2645,2651 ****
cc = *p;
*p = NUL;

! idx = find_exported(import->imp_sid, exp_name, &ufunc, &type, cctx);
*p = cc;
p = skipwhite(p);

--- 2645,2652 ----
cc = *p;
*p = NUL;

! idx = find_exported(import->imp_sid, exp_name, &ufunc, &type,
! cctx, TRUE);
*p = cc;
p = skipwhite(p);

*** ../vim-8.2.2598/src/version.c 2021-03-13 21:07:17.742458250 +0100
--- src/version.c 2021-03-13 21:14:01.093691102 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2599,
/**/

--
Never under any circumstances take a sleeping pill
and a laxative on the same night.

/// 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 ///
Reply all
Reply to author
Forward
0 new messages