Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dedit.c2299 start_arrow( in start_arrow() function
4471 start_arrow(&curwin->w_cursor); in ins_tabline()
4497 start_arrow(&tpos); in ins_scroll()
4513 start_arrow(&tpos); in ins_horscroll()
4560 start_arrow(&tpos); in ins_left()
4586 start_arrow(&tpos); in ins_home()
4605 start_arrow(&tpos); in ins_end()
4722 start_arrow(&tpos); in ins_up()
4752 start_arrow(&tpos); in ins_pageup()
4783 start_arrow(&tpos); in ins_down()
[all …]
H A Dmouse.c1057 start_arrow(curwin == old_curwin ? &tpos : NULL); in ins_mouse()
1145 start_arrow(&tpos); in ins_mousescroll()
H A Dinsexpand.c4358 start_arrow(&tpos); in spell_back_to_badword()
/vim-8.2.3635/src/proto/
H A Dedit.pro14 void start_arrow(pos_T *end_insert_pos);
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt3936 Solution: Call start_arrow() before switching tab page.