Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c638 != (uep->ue_bot == 0 in u_savecommon()
640 : uep->ue_bot)) in u_savecommon()
671 uep->ue_bot = newbot; in u_savecommon()
673 uep->ue_bot = 0; in u_savecommon()
713 uep->ue_bot = newbot; in u_savecommon()
719 uep->ue_bot = 0; in u_savecommon()
1457 uep->ue_bot = undo_read_4c(bi); in unserialize_uep()
2711 bot = uep->ue_bot; in u_undoredo()
2851 uep->ue_bot = top + newsize + 1; in u_undoredo()
3224 if (uep->ue_top != 0 || uep->ue_bot != 0) in u_find_first_changed()
[all …]
H A Dstructs.h393 linenr_T ue_bot; // number of line below undo block member