Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c108 static void u_undo_end(int did_undo, int absolute);
2333 int did_undo = TRUE; in undo_time() local
2639 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() argument
3011 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()
H A Dindent.c1588 int did_undo; // called u_save for current line in ex_retab() local
1641 did_undo = FALSE; in ex_retab()
1689 if (did_undo == FALSE) in ex_retab()
1691 did_undo = TRUE; in ex_retab()
H A Dex_cmds.c3258 int did_undo = FALSE; in ex_append() local
3351 || (!did_undo && u_save(lnum, lnum + 1 + (empty ? 1 : 0)) in ex_append()
3362 did_undo = TRUE; in ex_append()