diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-14 22:55:34 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-14 22:55:34 +0000 |
commit | 3b1ddfed5170427a58a4ac51ea212daadaa8a631 (patch) | |
tree | d8accf59702ab6bfa0588993edcf68e781b27197 /src/proto/undo.pro | |
parent | c7d893589ea0829a930516a3b5ea544a6baf3984 (diff) | |
download | vim-3b1ddfed5170427a58a4ac51ea212daadaa8a631.zip |
updated for version 7.0224
Diffstat (limited to 'src/proto/undo.pro')
-rw-r--r-- | src/proto/undo.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/undo.pro b/src/proto/undo.pro index 62dededdd..01ef5183d 100644 --- a/src/proto/undo.pro +++ b/src/proto/undo.pro @@ -6,7 +6,7 @@ int u_inssub __ARGS((linenr_T lnum)); 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)); |