Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dusercmd.c63 {EXPAND_EVENTS, "event"},
H A Dvim.h763 #define EXPAND_EVENTS 10 macro
H A Dautocmd.c2544 xp->xp_context = EXPAND_EVENTS; // expand event name in set_context_in_autocmd()
H A Dcmdexpand.c2141 {EXPAND_EVENTS, get_event_name, TRUE, FALSE}, in ExpandFromContext()