To: vim_dev@googlegroups.com Subject: Patch 8.2.2599 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///