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

Function vi_paste_prev

extern/editline/src/vi.c:136–142  ·  view source on GitHub ↗

vi_paste_prev(): * Vi paste previous deletion to the left of the cursor * [P] */

Source from the content-addressed store, hash-verified

134 * [P]
135 */
136protected el_action_t
137/*ARGSUSED*/
138vi_paste_prev(EditLine *el, Int c __attribute__((__unused__)))
139{
140
141 return cv_paste(el, 1);
142}
143
144
145/* vi_prev_big_word():

Callers

nothing calls this directly

Calls 1

cv_pasteFunction · 0.85

Tested by

no test coverage detected