Searched refs:b_u_curhead (Results 1 – 3 of 3) sorted by relevance
529 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 …]
2799 u_header_T *b_u_curhead; // pointer to current header member
15867 Solution: Don't set curbuf->b_u_curhead. (closes #1390)