Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c1295 serialize_pos(bi, uhp->uh_cursor); in serialize_uhp()
1350 unserialize_pos(bi, &uhp->uh_cursor); in unserialize_uhp()
2733 lnum = curhead->uh_cursor.lnum; in u_undoredo()
2736 new_curpos = curhead->uh_cursor; in u_undoredo()
2901 if (curhead->uh_cursor.lnum + 1 == curwin->w_cursor.lnum in u_undoredo()
2906 if (curhead->uh_cursor.lnum == curwin->w_cursor.lnum) in u_undoredo()
2908 curwin->w_cursor.col = curhead->uh_cursor.col; in u_undoredo()
3235 CLEAR_POS(&(uhp->uh_cursor)); in u_find_first_changed()
3236 uhp->uh_cursor.lnum = lnum; in u_find_first_changed()
3243 CLEAR_POS(&(uhp->uh_cursor)); in u_find_first_changed()
[all …]
H A Dstructs.h426 pos_T uh_cursor; // cursor position before saving member