Home
last modified time | relevance | path

Searched refs:undo_time (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dundo.pro14 void undo_time(long step, int sec, int file, int absolute);
/vim-8.2.3635/src/
H A Dundo.c2314 undo_time( in undo_time() function
H A Dex_docmd.c7937 undo_time(eap->line2, FALSE, FALSE, TRUE); in ex_undo()
8000 undo_time(eap->cmdidx == CMD_earlier ? -count : count, in ex_later()
H A Dnormal.c6443 undo_time(cap->nchar == '-' ? -cap->count1 : cap->count1, in nv_g_cmd()