Home
last modified time | relevance | path

Searched refs:Insstart_orig (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dedit.c451 Insstart_orig = Insstart; in edit()
1716 Insstart_orig = Insstart; in set_insstart()
2537 curbuf->b_op_start_orig = Insstart_orig; in stop_insert()
3992 && curwin->w_cursor.col <= Insstart_orig.col))) in ins_bs()
4214 if (curwin->w_cursor.lnum == Insstart_orig.lnum in ins_bs()
4215 && curwin->w_cursor.col < Insstart_orig.col) in ins_bs()
4216 Insstart_orig.col = curwin->w_cursor.col; in ins_bs()
4313 || (curwin->w_cursor.lnum != Insstart_orig.lnum in ins_bs()
4314 || curwin->w_cursor.col != Insstart_orig.col) in ins_bs()
4335 && curwin->w_cursor.col < Insstart_orig.col) in ins_bs()
[all …]
H A Djob.c1637 if (Insstart_orig.lnum != curwin->w_cursor.lnum in init_prompt()
1638 || Insstart_orig.col != (int)STRLEN(prompt)) in init_prompt()
H A Dglobals.h978 EXTERN pos_T Insstart_orig; variable
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt4282 Solution: Use Insstart instead of Insstart_orig. (Christian Brabandt)