Searched refs:REMAP_NONE (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | register.c | 655 remap = colon ? REMAP_NONE : REMAP_YES; in do_execreg() 726 if (ins_typebuf(buf, REMAP_NONE, 0, TRUE, silent) == OK) in put_reedit_in_typebuf() 748 retval = ins_typebuf((char_u *)"\n", REMAP_NONE, 0, TRUE, silent); in put_in_typebuf() 760 retval = ins_typebuf(p, esc ? REMAP_NONE : REMAP_YES, in put_in_typebuf() 766 retval = ins_typebuf((char_u *)":", REMAP_NONE, 0, TRUE, silent); in put_in_typebuf()
|
| H A D | menu.c | 1203 if (menu->noremap[bit] == REMAP_NONE) in show_menus_recursive() 1681 *noremap = (*cmd == 'n' ? REMAP_NONE : REMAP_YES); in get_menu_cmd_modes() 2259 menuarg.noremap[0] = REMAP_NONE; in gui_add_tearoff() 2909 menu->noremap[bit] == REMAP_NONE); in menuitem_getinfo()
|
| H A D | map.c | 172 if (mp->m_noremap == REMAP_NONE) in showmap() 367 noremap = REMAP_NONE; in do_map() 2386 noremap = dict_get_number(d, (char_u *)"noremap") ? REMAP_NONE: 0; in f_mapset()
|
| H A D | clientserver.c | 52 (void)ins_typebuf(str, REMAP_NONE, typebuf.tb_len, TRUE, FALSE); in server_to_input_buf()
|
| H A D | getchar.c | 2713 REMAP_NONE, 0, TRUE, FALSE); in handle_mapping() 2783 (void)ins_typebuf(K_SELECT_STRING, REMAP_NONE, 0, TRUE, FALSE); in handle_mapping()
|
| H A D | vim.h | 968 #define REMAP_NONE -1 // no remapping macro
|
| H A D | ex_docmd.c | 7160 ins_typebuf(ctrl_o, REMAP_NONE, 0, TRUE, FALSE); in ex_syncbind() 8472 : eap->arg, eap->forceit ? REMAP_NONE : REMAP_YES, FALSE); in ex_normal()
|
| H A D | terminal.c | 2687 ins_typebuf(buf, REMAP_NONE, 0, TRUE, FALSE); in terminal_loop()
|
| H A D | gui_w32.c | 2649 (void)ins_typebuf(key_name, REMAP_NONE, 0, TRUE, FALSE); in ex_simalt()
|
| H A D | evalfunc.c | 3847 ins_typebuf(keys_esc, (remap ? REMAP_YES : REMAP_NONE), in f_feedkeys()
|