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

Function vi_delete_meta

extern/editline/src/vi.c:453–459  ·  view source on GitHub ↗

vi_delete_meta(): * Vi delete prefix command * [d] */

Source from the content-addressed store, hash-verified

451 * [d]
452 */
453protected el_action_t
454/*ARGSUSED*/
455vi_delete_meta(EditLine *el, Int c __attribute__((__unused__)))
456{
457
458 return cv_action(el, DELETE);
459}
460
461
462/* vi_end_big_word():

Callers

nothing calls this directly

Calls 1

cv_actionFunction · 0.85

Tested by

no test coverage detected