Searched refs:did_undo (Results 1 – 3 of 3) sorted by relevance
108 static void u_undo_end(int did_undo, int absolute);2333 int did_undo = TRUE; in undo_time() local2639 did_undo = FALSE; in undo_time()2654 u_undo_end(did_undo, absolute); in undo_time()2968 int did_undo, // just did an undo in u_undo_end() argument3011 did_undo = FALSE; in u_undo_end()3013 else if (did_undo) in u_undo_end()3041 did_undo ? _("before") : _("after"), in u_undo_end()
1588 int did_undo; // called u_save for current line in ex_retab() local1641 did_undo = FALSE; in ex_retab()1689 if (did_undo == FALSE) in ex_retab()1691 did_undo = TRUE; in ex_retab()
3258 int did_undo = FALSE; in ex_append() local3351 || (!did_undo && u_save(lnum, lnum + 1 + (empty ? 1 : 0)) in ex_append()3362 did_undo = TRUE; in ex_append()