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

Function vi_undo_line

extern/editline/src/vi.c:849–856  ·  view source on GitHub ↗

vi_undo_line(): * Vi undo all changes to line * [U] */

Source from the content-addressed store, hash-verified

847 * [U]
848 */
849protected el_action_t
850/*ARGSUSED*/
851vi_undo_line(EditLine *el, Int c __attribute__((__unused__)))
852{
853
854 cv_undo(el);
855 return hist_get(el);
856}
857
858/* vi_to_column():
859 * Vi go to specified column

Callers

nothing calls this directly

Calls 2

cv_undoFunction · 0.85
hist_getFunction · 0.85

Tested by

no test coverage detected