MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / vi_paste_next

Function vi_paste_next

extern/editline/src/vi.c:123–129  ·  view source on GitHub ↗

vi_paste_next(): * Vi paste previous deletion to the right of the cursor * [p] */

Source from the content-addressed store, hash-verified

121 * [p]
122 */
123protected el_action_t
124/*ARGSUSED*/
125vi_paste_next(EditLine *el, Int c __attribute__((__unused__)))
126{
127
128 return cv_paste(el, 0);
129}
130
131
132/* vi_paste_prev():

Callers

nothing calls this directly

Calls 1

cv_pasteFunction · 0.85

Tested by

no test coverage detected