commit | 346d743df2d712be6f8459d093ad1ec3ec69ee04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 13 22:08:57 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 13 22:08:57 2006 +0000 |
tree | ee2c32fdaef4b32e1e9ad7ed301102cc6591619a | |
parent | 35a2e197cf606776a9e22e484dd06f34e16d828a [diff] |
updated for version 7.0223
diff --git a/src/proto/undo.pro b/src/proto/undo.pro index 5114ed0..62deded 100644 --- a/src/proto/undo.pro +++ b/src/proto/undo.pro
@@ -6,6 +6,7 @@ int u_savedel __ARGS((linenr_T lnum, long nlines)); void u_undo __ARGS((int count)); void u_redo __ARGS((int count)); +void undo_time __ARGS((int step)); void u_sync __ARGS((void)); void ex_undojoin __ARGS((exarg_T *eap)); void u_unchanged __ARGS((buf_T *buf));