commit | edba70703b6eaee3365ddfd82e4ba56ee08486f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 13 21:14:18 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 13 21:14:18 2021 +0100 |
tree | 781540888b291e6d6633fad3a8947a73ae3327b8 | |
parent | 6508880d6ca98486efb9ab947c651a2b73a6e795 [diff] [blame] |
patch 8.2.2599: build failure Problem: Build failure. Solution: Add missing change.
diff --git a/src/vim9compile.c b/src/vim9compile.c index c49c499..1bb30ca 100644 --- a/src/vim9compile.c +++ b/src/vim9compile.c
@@ -2645,7 +2645,8 @@ 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);