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

/macosx-10.9.5/vim-53/src/
H A Dedit.c187 static void start_arrow __ARGS((pos_T *end_insert_pos));
6363 * start_arrow() is called when an arrow key is used in insert mode.
6367 start_arrow(end_insert_pos) function
6409 start_arrow(&tpos);
8817 start_arrow(curwin == old_curwin ? &tpos : NULL);
8922 start_arrow(&tpos);
8940 start_arrow(&curwin->w_cursor);
8966 start_arrow(&tpos);
8982 start_arrow(&tpos);
9004 /* Only call start_arrow() whe
[all...]

Completed in 127 milliseconds