Home
last modified time | relevance | path

Searched refs:b_u_curhead (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dundo.c529 curbuf->b_u_curhead = NULL; in u_savecommon()
2262 curbuf->b_u_curhead = curbuf->b_u_curhead->uh_next.ptr; in u_doit()
2298 curbuf->b_u_curhead = curbuf->b_u_curhead->uh_prev.ptr; in u_doit()
2362 uhp = curbuf->b_u_curhead; in undo_time()
2442 uhp = curbuf->b_u_curhead; in undo_time()
2559 uhp = curbuf->b_u_curhead; in undo_time()
2584 uhp = curbuf->b_u_curhead; in undo_time()
2619 curbuf->b_u_curhead = uhp; in undo_time()
3065 curbuf->b_u_curhead = NULL; in u_sync()
3259 uhp = buf->b_u_curhead; in u_update_save_nr()
[all …]
H A Dstructs.h2799 u_header_T *b_u_curhead; // pointer to current header member
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt15867 Solution: Don't set curbuf->b_u_curhead. (closes #1390)