diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-27 01:15:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-27 01:15:55 +0200 |
commit | a800b42975f7a62282cb90d8c61ef3cff2fe810a (patch) | |
tree | 9ecc9705a77dcc23b87ba2dffb9a06765625519a /src/proto/undo.pro | |
parent | d69980f9dd1a538e9ba4313616f3be452c95206d (diff) | |
download | vim-git-a800b42975f7a62282cb90d8c61ef3cff2fe810a.tar.gz |
Add file save counter to undo information. Add undotree() function.
Diffstat (limited to 'src/proto/undo.pro')
-rw-r--r-- | src/proto/undo.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/undo.pro b/src/proto/undo.pro index baa98c4f8..daac3776e 100644 --- a/src/proto/undo.pro +++ b/src/proto/undo.pro @@ -24,4 +24,5 @@ void u_undoline __ARGS((void)); void u_blockfree __ARGS((buf_T *buf)); int bufIsChanged __ARGS((buf_T *buf)); int curbufIsChanged __ARGS((void)); +void u_eval_tree __ARGS((u_header_T *first_uhp, list_T *list)); /* vim: set ft=c : */ |