Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c594 uhp->uh_cursor_vcol = getviscol(); in u_savecommon()
596 uhp->uh_cursor_vcol = -1; in u_savecommon()
1296 undo_write_bytes(bi, (long_u)uhp->uh_cursor_vcol, 4); in serialize_uhp()
1351 uhp->uh_cursor_vcol = undo_read_4c(bi); in unserialize_uhp()
2909 if (virtual_active() && curhead->uh_cursor_vcol >= 0) in u_undoredo()
2910 coladvance((colnr_T)curhead->uh_cursor_vcol); in u_undoredo()
H A Dstructs.h427 long uh_cursor_vcol; member