Home
last modified time | relevance | path

Searched refs:AUGROUP_ALL (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dautocmd.c221 #define AUGROUP_ALL -3 // all autocmd groups macro
850 group = AUGROUP_ALL; // no argument, use all groups in do_autocmd()
1005 int group = AUGROUP_ALL; in au_get_grouparg()
1055 if (group == AUGROUP_ALL) in do_autocmd_event()
1267 if (group == AUGROUP_ALL) in do_autocmd_event()
1672 AUGROUP_ALL, buf, NULL); in apply_autocmds()
1689 AUGROUP_ALL, buf, eap); in apply_autocmds_exarg()
1715 AUGROUP_ALL, buf, NULL); in apply_autocmds_retval()
2533 group = AUGROUP_ALL; in set_context_in_autocmd()
2542 if (group == AUGROUP_ALL) in set_context_in_autocmd()
[all …]