Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmap.c369 noremap = REMAP_YES; in do_map()
1885 if (mp->m_noremap != REMAP_YES && fprintf(fd, "nore") < 0) in makemap()
H A Dgetchar.c2838 if (save_m_noremap != REMAP_YES) in handle_mapping()
2848 noremap = REMAP_YES; in handle_mapping()
H A Dregister.c655 remap = colon ? REMAP_NONE : REMAP_YES; in do_execreg()
760 retval = ins_typebuf(p, esc ? REMAP_NONE : REMAP_YES, in put_in_typebuf()
H A Dvim.h967 #define REMAP_YES 0 // allow remapping macro
H A Dmenu.c1681 *noremap = (*cmd == 'n' ? REMAP_NONE : REMAP_YES); in get_menu_cmd_modes()
H A Dterm.c4524 ins_typebuf(string + slen, REMAP_YES, offset, FALSE, FALSE); in put_string_in_typebuf()
H A Dex_docmd.c8472 : eap->arg, eap->forceit ? REMAP_NONE : REMAP_YES, FALSE); in ex_normal()
H A Devalfunc.c3847 ins_typebuf(keys_esc, (remap ? REMAP_YES : REMAP_NONE), in f_feedkeys()