Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dundo_defs.h58 pos_T uh_cursor; // cursor position before saving member
H A Dundo.c855 serialize_pos(bi, uhp->uh_cursor); in serialize_uhp()
912 unserialize_pos(bi, &uhp->uh_cursor); in unserialize_uhp()
2346 lnum = curhead->uh_cursor.lnum; in u_undoredo()
2348 curwin->w_cursor = curhead->uh_cursor; in u_undoredo()
2508 if (curhead->uh_cursor.lnum + 1 == curwin->w_cursor.lnum in u_undoredo()
2513 if (curhead->uh_cursor.lnum == curwin->w_cursor.lnum) { in u_undoredo()
2514 curwin->w_cursor.col = curhead->uh_cursor.col; in u_undoredo()
2807 clearpos(&(uhp->uh_cursor)); in u_find_first_changed()
2808 uhp->uh_cursor.lnum = lnum; in u_find_first_changed()
2814 clearpos(&(uhp->uh_cursor)); in u_find_first_changed()
[all …]
/dports/editors/vim/vim-8.2.3745/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