Searched refs:PUT_CURSEND (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | register.c | 826 do_put(regname, NULL, BACKWARD, 1L, PUT_CURSEND); in insert_reg() 1590 if ((flags & PUT_CURSEND) && gchar_cursor() != NUL) in do_put() 1949 if (flags & PUT_CURSEND) in do_put() 2085 if (totlen && (restart_edit != 0 || (flags & PUT_CURSEND))) in do_put() 2216 else if (flags & PUT_CURSEND) in do_put()
|
| H A D | mouse.c | 434 fixindent | PUT_CURSEND); in do_mouse() 853 do_put(regname, NULL, dir, count, fixindent | PUT_CURSEND); in do_mouse()
|
| H A D | edit.c | 3433 (literally == Ctrl_P ? PUT_FIXINDENT : 0) | PUT_CURSEND); in ins_reg() 4826 do_put('~', NULL, BACKWARD, 1L, PUT_CURSEND); in ins_drop()
|
| H A D | vim.h | 1096 #define PUT_CURSEND 2 // leave cursor after end of new text macro
|
| H A D | normal.c | 7467 flags |= PUT_CURSEND; in nv_put_opt() 7609 do_put('~', NULL, BACKWARD, 1L, PUT_CURSEND); in nv_drop()
|