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

Function vi_yank

extern/editline/src/vi.c:891–897  ·  view source on GitHub ↗

vi_yank(): * Vi yank * [y] */

Source from the content-addressed store, hash-verified

889 * [y]
890 */
891protected el_action_t
892/*ARGSUSED*/
893vi_yank(EditLine *el, Int c __attribute__((__unused__)))
894{
895
896 return cv_action(el, YANK);
897}
898
899/* vi_comment_out():
900 * Vi comment out current command

Callers

nothing calls this directly

Calls 1

cv_actionFunction · 0.85

Tested by

no test coverage detected