mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
revert: "refactor: eliminate autocmd_fname_full
global"
This reverts commit 82cd0be2ea
.
This commit is contained in:
@@ -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()
|
||||
};
|
||||
|
Reference in New Issue
Block a user