commit | 3b1ddfed5170427a58a4ac51ea212daadaa8a631 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 14 22:55:34 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 14 22:55:34 2006 +0000 |
tree | d8accf59702ab6bfa0588993edcf68e781b27197 | |
parent | c7d893589ea0829a930516a3b5ea544a6baf3984 [diff] [blame] |
updated for version 7.0224
diff --git a/src/proto/undo.pro b/src/proto/undo.pro index 62deded..01ef518 100644 --- a/src/proto/undo.pro +++ b/src/proto/undo.pro
@@ -6,7 +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 undo_time __ARGS((long step, int sec)); void u_sync __ARGS((void)); void ex_undojoin __ARGS((exarg_T *eap)); void u_unchanged __ARGS((buf_T *buf));