Home
last modified time | relevance | path

Searched refs:arrow_used (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dedit.c353 arrow_used = FALSE; in edit()
355 arrow_used = TRUE; in edit()
383 arrow_used = FALSE; in edit()
461 if (!arrow_used) in edit()
1389 if (arrow_used) in edit()
1719 arrow_used = FALSE; in set_insstart()
2365 if (arrow_used) in stop_arrow()
2376 arrow_used = FALSE; in stop_arrow()
3604 if (!arrow_used) in ins_esc()
3987 && ((arrow_used in ins_bs()
[all …]
H A Dglobals.h1136 EXTERN int arrow_used; // Normally FALSE, set to TRUE after variable
H A Dgetchar.c1319 if ((!(State & (INSERT + CMDLINE)) || arrow_used) in may_sync_undo()
H A Dinsexpand.c2086 if (!arrow_used && !ins_need_undo_get() && c != Ctrl_E) in ins_compl_prep()
H A Dnormal.c6514 if (start_redo(cap->count0, restart_edit != 0 && !arrow_used) == FAIL) in nv_dot()