0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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

@@ -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);