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

Function vi_change_meta

extern/editline/src/vi.c:278–288  ·  view source on GitHub ↗

vi_change_meta(): * Vi change prefix command * [c] */

Source from the content-addressed store, hash-verified

276 * [c]
277 */
278protected el_action_t
279/*ARGSUSED*/
280vi_change_meta(EditLine *el, Int c __attribute__((__unused__)))
281{
282
283 /*
284 * Delete with insert == change: first we delete and then we leave in
285 * insert mode.
286 */
287 return cv_action(el, DELETE | INSERT);
288}
289
290
291/* vi_insert_at_bol():

Callers

nothing calls this directly

Calls 1

cv_actionFunction · 0.85

Tested by

no test coverage detected