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 /runtime/doc/undo.txt | |
parent | d69980f9dd1a538e9ba4313616f3be452c95206d (diff) | |
download | vim-git-a800b42975f7a62282cb90d8c61ef3cff2fe810a.tar.gz |
Add file save counter to undo information. Add undotree() function.
Diffstat (limited to 'runtime/doc/undo.txt')
-rw-r--r-- | runtime/doc/undo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/undo.txt b/runtime/doc/undo.txt index 1195a05a5..1ed2ecd05 100644 --- a/runtime/doc/undo.txt +++ b/runtime/doc/undo.txt @@ -135,6 +135,7 @@ This is explained in the user manual: |usr_32.txt|. The "changes" column is the number of changes to this leaf from the root of the tree. The "time" column is the time this change was made. + For more details use the |undotree()| function. *g-* g- Go to older text state. With a count repeat that many |