Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dusercmd.c57 {EXPAND_USER_DEFINED, "custom"},
686 if (*complp != EXPAND_USER_DEFINED && *complp != EXPAND_USER_LIST in parse_compl_arg()
697 if ((*complp == EXPAND_USER_DEFINED || *complp == EXPAND_USER_LIST) in parse_compl_arg()
H A Dcmdexpand.c819 if ((context == EXPAND_USER_DEFINED in addstar()
832 if (context != EXPAND_USER_DEFINED in addstar()
849 case '\\': if (context == EXPAND_USER_DEFINED in addstar()
1295 if (compl != EXPAND_USER_DEFINED && compl != EXPAND_USER_LIST) in set_one_cmd_context()
2100 else if (xp->xp_context == EXPAND_USER_DEFINED) in ExpandFromContext()
H A Dvim.h783 #define EXPAND_USER_DEFINED 30 macro