Home
last modified time | relevance | path

Searched refs:ins_need_undo (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dedit.c389 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 …]
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt3858 Solution: Set ins_need_undo after using 'formatexpr'.
17564 Solution: Set the ins_need_undo flag.