Lines Matching refs:nomove
33 static void stop_insert(pos_T *end_insert_pos, int esc, int nomove);
42 static int ins_esc(long *count, int cmdchar, int nomove);
146 int nomove = FALSE; // don't move cursor on return in edit() local
607 nomove = TRUE; in edit()
717 nomove = TRUE; in edit()
791 nomove = TRUE; in edit()
834 if (ins_esc(&count, cmdchar, nomove)) in edit()
868 nomove = TRUE; in edit()
971 nomove = TRUE; in edit()
2413 int nomove) // <c-\><c-o>, don't move cursor in stop_insert() argument
2482 if (!nomove && did_ai && (esc || (vim_strchr(p_cpo, CPO_INDENT) == NULL in stop_insert()
3584 int nomove) // don't move cursor in ins_esc() argument
3638 stop_insert(&curwin->w_cursor, TRUE, nomove); in ins_esc()
3658 if (!nomove in ins_esc()