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 -- [email protected] -- 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 ///
--
--
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/202103132014.12DKEjn3064592%40masaka.moolenaar.net.