Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c115 static int undo_flush(bufinfo_T *bi);
944 if (undo_flush(bi) == FAIL) in undo_write()
962 undo_flush(bufinfo_T *bi) in undo_flush() function
1785 if (bi.bi_state != NULL && undo_flush(&bi) == FAIL) in u_write_undo()