Home
last modified time | relevance | path

Searched refs:tb_noremap (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dgetchar.c925 typebuf.tb_noremap = noremapbuf_init; in init_typebuf()
1052 if (typebuf.tb_noremap != noremapbuf_init) in ins_typebuf()
1053 vim_free(typebuf.tb_noremap); in ins_typebuf()
1054 typebuf.tb_noremap = s2; in ins_typebuf()
1216 typebuf.tb_noremap + i + len, in del_typebuf()
1332 typebuf.tb_noremap = alloc(TYPELEN_INIT); in alloc_typebuf()
1365 VIM_CLEAR(typebuf.tb_noremap); in free_typebuf()
2416 && (typebuf.tb_noremap[typebuf.tb_off] in handle_mapping()
2624 || (p_remap && typebuf.tb_noremap[ in handle_mapping()
3063 KeyNoremap = typebuf.tb_noremap[ in vgetorpeek()
[all …]
H A Dstructs.h1164 char_u *tb_noremap; // mapping flags for characters in tb_buf[] member
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt9132 Solution: Change tb_buf to tb_noremap. (Dominique Pelle)