forked from aniani/vim
patch 8.2.4375: ctx_imports is not used
Problem: ctx_imports is not used. Solution: Delete ctx_imports. Add missing dependency.
This commit is contained in:
@@ -3131,7 +3131,7 @@ f_call(typval_T *argvars, typval_T *rettv)
|
||||
dot = vim_strchr(func, '.');
|
||||
if (dot != NULL)
|
||||
{
|
||||
imported_T *import = find_imported(func, dot - func, TRUE, NULL);
|
||||
imported_T *import = find_imported(func, dot - func, TRUE);
|
||||
|
||||
if (import != NULL && SCRIPT_ID_VALID(import->imp_sid))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user