Home
last modified time | relevance | path

Searched refs:b_op_start_orig (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dops.c1547 if (t1.lnum == curbuf->b_op_start_orig.lnum in op_insert()
1548 && LT_POS(curbuf->b_op_start_orig, t1)) in op_insert()
1549 oap->start = curbuf->b_op_start_orig; in op_insert()
1577 if (oap->start.lnum == curbuf->b_op_start_orig.lnum in op_insert()
1581 curbuf->b_op_start_orig.coladd); in op_insert()
1587 != curbuf->b_op_start_orig.col in op_insert()
1588 + curbuf->b_op_start_orig.coladd) in op_insert()
1590 oap->start.col = curbuf->b_op_start_orig.col; in op_insert()
1596 >= curbuf->b_op_start_orig.col in op_insert()
1597 + curbuf->b_op_start_orig.coladd) in op_insert()
[all …]
H A Dstructs.h2786 pos_T b_op_start_orig; // used for Insstart_orig member
H A Dedit.c2537 curbuf->b_op_start_orig = Insstart_orig; in stop_insert()