Home
last modified time | relevance | path

Searched refs:EXPAND_HELP (Results 1 – 8 of 8) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dvim.h120 EXPAND_HELP, enumerator
H A Dex_getln.c4543 if (context == EXPAND_HELP in addstar()
4936 if (xp->xp_context == EXPAND_HELP) { in ExpandFromContext()
H A Dex_docmd.c3272 xp->xp_context = EXPAND_HELP; in set_one_cmd_context()
5286 [EXPAND_HELP] = "help",
H A Dscreen.c5011 if ((rem_backslash(s) && xp->xp_context != EXPAND_HELP) in skip_status_match_char()
/dports/editors/vim/vim-8.2.3745/src/
H A Dcmdexpand.c794 if (context == EXPAND_HELP in addstar()
1335 xp->xp_context = EXPAND_HELP; in set_one_cmd_context()
2018 if (xp->xp_context == EXPAND_HELP) in ExpandFromContext()
H A Dusercmd.c69 {EXPAND_HELP, "help"},
H A Dvim.h762 #define EXPAND_HELP 8 macro
H A Dscreen.c900 if ((rem_backslash(s) && xp->xp_context != EXPAND_HELP) in skip_status_match_char()