Searched refs:ins_need_undo (Results 1 – 2 of 2) sorted by relevance
389 ins_need_undo = TRUE; in edit()1415 return ins_need_undo; in ins_need_undo_get()2104 ins_need_undo = TRUE; in insertchar()2368 if (Insstart.col > Insstart_orig.col && !ins_need_undo) in stop_arrow()2377 ins_need_undo = FALSE; in stop_arrow()2390 else if (ins_need_undo) in stop_arrow()2393 ins_need_undo = FALSE; in stop_arrow()2401 return (arrow_used || ins_need_undo ? FAIL : OK); in stop_arrow()2443 if (!ins_need_undo && has_format_option(FO_AUTO)) in stop_insert()3450 ins_need_undo = TRUE; in ins_reg()[all …]
3858 Solution: Set ins_need_undo after using 'formatexpr'.17564 Solution: Set the ins_need_undo flag.