Searched refs:put_in_typebuf (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | register.c | 33 static int put_in_typebuf(char_u *s, int esc, int colon, 621 retval = put_in_typebuf(p + 5, TRUE, TRUE, silent); in do_execreg() 623 retval = put_in_typebuf(p, TRUE, TRUE, silent); in do_execreg() 633 retval = put_in_typebuf(p, TRUE, colon, silent); in do_execreg() 645 retval = put_in_typebuf(p, FALSE, colon, silent); in do_execreg() 738 put_in_typebuf( in put_in_typebuf() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 2476 put_in_typebuf(). Char mapped twice?
|