mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
Merge pull request #15079 from shadmansaleh/feat/verbose_lua
feat(lua): add :verbose support for lua config
This commit is contained in:
@@ -1082,6 +1082,7 @@ int autocmd_register(int64_t id, event_T event, char_u *pat, int patlen, int gro
|
||||
ac->exec = aucmd_exec_copy(aucmd);
|
||||
ac->script_ctx = current_sctx;
|
||||
ac->script_ctx.sc_lnum += sourcing_lnum;
|
||||
nlua_set_sctx(&ac->script_ctx);
|
||||
ac->next = NULL;
|
||||
ac->once = once;
|
||||
ac->nested = nested;
|
||||
|
Reference in New Issue
Block a user