Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c1463 pos_T start_insert; in op_insert() local
1541 start_insert = curwin->w_cursor; in op_insert()
1645 && (start_insert.lnum == Insstart.lnum in op_insert()
1646 && start_insert.col > Insstart.col)) in op_insert()
1648 offset = (start_insert.col - Insstart.col); in op_insert()