1
0
forked from aniani/vim

patch 8.2.2599: build failure

Problem:    Build failure.
Solution:   Add missing change.
This commit is contained in:
Bram Moolenaar 2021-03-13 21:14:18 +01:00
parent 6508880d6c
commit edba70703b
2 changed files with 4 additions and 1 deletions

View File

@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2599,
/**/ /**/
2598, 2598,
/**/ /**/

View File

@ -2645,7 +2645,8 @@ compile_load_scriptvar(
cc = *p; cc = *p;
*p = NUL; *p = NUL;
idx = find_exported(import->imp_sid, exp_name, &ufunc, &type, cctx); idx = find_exported(import->imp_sid, exp_name, &ufunc, &type,
cctx, TRUE);
*p = cc; *p = cc;
p = skipwhite(p); p = skipwhite(p);