Home
last modified time | relevance | path

Searched refs:REMAP_NONE (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dregister.c655 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 Dmenu.c1203 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 Dmap.c172 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 Dclientserver.c52 (void)ins_typebuf(str, REMAP_NONE, typebuf.tb_len, TRUE, FALSE); in server_to_input_buf()
H A Dgetchar.c2713 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 Dvim.h968 #define REMAP_NONE -1 // no remapping macro
H A Dex_docmd.c7160 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 Dterminal.c2687 ins_typebuf(buf, REMAP_NONE, 0, TRUE, FALSE); in terminal_loop()
H A Dgui_w32.c2649 (void)ins_typebuf(key_name, REMAP_NONE, 0, TRUE, FALSE); in ex_simalt()
H A Devalfunc.c3847 ins_typebuf(keys_esc, (remap ? REMAP_YES : REMAP_NONE), in f_feedkeys()