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

Function vi_insert

extern/editline/src/vi.c:397–405  ·  view source on GitHub ↗

vi_insert(): * Vi enter insert mode * [i] */

Source from the content-addressed store, hash-verified

395 * [i]
396 */
397protected el_action_t
398/*ARGSUSED*/
399vi_insert(EditLine *el, Int c __attribute__((__unused__)))
400{
401
402 el->el_map.current = el->el_map.key;
403 cv_undo(el);
404 return CC_NORM;
405}
406
407
408/* vi_add():

Callers

nothing calls this directly

Calls 1

cv_undoFunction · 0.85

Tested by

no test coverage detected