forked from aniani/vim
patch 8.2.2599: build failure
Problem: Build failure. Solution: Add missing change.
This commit is contained in:
parent
6508880d6c
commit
edba70703b
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2599,
|
||||
/**/
|
||||
2598,
|
||||
/**/
|
||||
|
@ -2645,7 +2645,8 @@ compile_load_scriptvar(
|
||||
cc = *p;
|
||||
*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 = skipwhite(p);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user