Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dusercmd.c58 {EXPAND_USER_LIST, "customlist"},
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.c820 || context == EXPAND_USER_LIST) && fname[i] == '\\') in addstar()
833 && context != EXPAND_USER_LIST in addstar()
850 || context == EXPAND_USER_LIST) in addstar()
1295 if (compl != EXPAND_USER_DEFINED && compl != EXPAND_USER_LIST) in set_one_cmd_context()
2068 if (xp->xp_context == EXPAND_USER_LIST) in ExpandFromContext()
H A Dvim.h784 #define EXPAND_USER_LIST 31 macro