Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c236 if (xp->xp_context == EXPAND_MAPPINGS && p2 == NULL) in nextwild()
1620 if (compl == EXPAND_MAPPINGS) in set_one_cmd_context()
2097 else if (xp->xp_context == EXPAND_MAPPINGS) in ExpandFromContext()
H A Dusercmd.c76 {EXPAND_MAPPINGS, "mapping"},
H A Dvim.h769 #define EXPAND_MAPPINGS 16 macro
H A Dmap.c1199 xp->xp_context = EXPAND_MAPPINGS; in set_context_in_map_cmd()