diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-16 21:35:52 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-16 21:35:52 +0000 |
commit | d3667a2e2971a879194084f4b61b8ff7ff9765a2 (patch) | |
tree | b4dcab4066674ba9bfa268bff3ee9b2be20aa320 /src/proto | |
parent | cf03447964a76bd37b14d208fc524f40a84f6e64 (diff) | |
download | vim-git-d3667a2e2971a879194084f4b61b8ff7ff9765a2.tar.gz |
updated for version 7.0226
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/undo.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proto/undo.pro b/src/proto/undo.pro index 01ef5183d..58c6db854 100644 --- a/src/proto/undo.pro +++ b/src/proto/undo.pro @@ -6,8 +6,9 @@ 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((long step, int sec)); +void undo_time __ARGS((long step, int sec, int absolute)); void u_sync __ARGS((void)); +void ex_undolist __ARGS((exarg_T *eap)); void ex_undojoin __ARGS((exarg_T *eap)); void u_unchanged __ARGS((buf_T *buf)); void u_clearall __ARGS((buf_T *buf)); |