revert: "refactor: eliminate autocmd_fname_full global"

This reverts commit 82cd0be2ea.
This commit is contained in:
zeertzjq
2023-06-07 09:26:46 +08:00
parent 0e0a166a0c
commit 971049f318
5 changed files with 12 additions and 4 deletions

View File

@@ -8609,6 +8609,7 @@ typval_T eval_call_provider(char *provider, char *method, list_T *arguments, boo
.es_entry = ((estack_T *)exestack.ga_data)[exestack.ga_len - 1],
.autocmd_fname = autocmd_fname,
.autocmd_match = autocmd_match,
.autocmd_fname_full = autocmd_fname_full,
.autocmd_bufnr = autocmd_bufnr,
.funccalp = (void *)get_current_funccal()
};