Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dvim.h128 EXPAND_MAPPINGS, enumerator
H A Dex_getln.c3832 if (xp->xp_context == EXPAND_MAPPINGS && p2 == NULL) { in nextwild()
5017 } else if (xp->xp_context == EXPAND_MAPPINGS) { in ExpandFromContext()
H A Dgetchar.c3600 xp->xp_context = EXPAND_MAPPINGS; in set_context_in_map_cmd()
H A Dex_docmd.c3589 } else if (context == EXPAND_MAPPINGS) { in set_one_cmd_context()
5294 [EXPAND_MAPPINGS] = "mapping",
/dports/editors/vim/vim-8.2.3745/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.h770 #define EXPAND_MAPPINGS 16 macro
H A Dmap.c1199 xp->xp_context = EXPAND_MAPPINGS; in set_context_in_map_cmd()