Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c795 || context == EXPAND_COLORS in addstar()
1703 xp->xp_context = EXPAND_COLORS; in set_one_cmd_context()
2046 if (xp->xp_context == EXPAND_COLORS) in ExpandFromContext()
H A Dusercmd.c50 {EXPAND_COLORS, "color"},
H A Dvim.h781 #define EXPAND_COLORS 28 macro