Home
last modified time | relevance | path

Searched refs:PUT_CURSEND (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dregister.c826 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 Dmouse.c434 fixindent | PUT_CURSEND); in do_mouse()
853 do_put(regname, NULL, dir, count, fixindent | PUT_CURSEND); in do_mouse()
H A Dedit.c3433 (literally == Ctrl_P ? PUT_FIXINDENT : 0) | PUT_CURSEND); in ins_reg()
4826 do_put('~', NULL, BACKWARD, 1L, PUT_CURSEND); in ins_drop()
H A Dvim.h1096 #define PUT_CURSEND 2 // leave cursor after end of new text macro
H A Dnormal.c7467 flags |= PUT_CURSEND; in nv_put_opt()
7609 do_put('~', NULL, BACKWARD, 1L, PUT_CURSEND); in nv_drop()