Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c641 : uep->ue_lcount != curbuf->b_ml.ml_line_count) in u_savecommon()
676 uep->ue_lcount = curbuf->b_ml.ml_line_count; in u_savecommon()
722 uep->ue_lcount = curbuf->b_ml.ml_line_count; in u_savecommon()
1425 undo_write_bytes(bi, (long_u)uep->ue_lcount, 4); in serialize_uep()
1458 uep->ue_lcount = undo_read_4c(bi); in unserialize_uep()
3318 extra = curbuf->b_ml.ml_line_count - uep->ue_lcount; in u_getbot()
H A Dstructs.h394 linenr_T ue_lcount; // linecount when u_save called member