Searched refs:REMAP_YES (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | map.c | 369 noremap = REMAP_YES; in do_map() 1885 if (mp->m_noremap != REMAP_YES && fprintf(fd, "nore") < 0) in makemap()
|
| H A D | getchar.c | 2838 if (save_m_noremap != REMAP_YES) in handle_mapping() 2848 noremap = REMAP_YES; in handle_mapping()
|
| H A D | register.c | 655 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 D | vim.h | 967 #define REMAP_YES 0 // allow remapping macro
|
| H A D | menu.c | 1681 *noremap = (*cmd == 'n' ? REMAP_NONE : REMAP_YES); in get_menu_cmd_modes()
|
| H A D | term.c | 4524 ins_typebuf(string + slen, REMAP_YES, offset, FALSE, FALSE); in put_string_in_typebuf()
|
| H A D | ex_docmd.c | 8472 : eap->arg, eap->forceit ? REMAP_NONE : REMAP_YES, FALSE); in ex_normal()
|
| H A D | evalfunc.c | 3847 ins_typebuf(keys_esc, (remap ? REMAP_YES : REMAP_NONE), in f_feedkeys()
|