Hi,
a small patch, that documents the save column, that was added with Vim
7.3:
chrisbra t41:~/vim/runtime [1072]% hg diff doc/undo.txt
diff -r 073ff46fe397 runtime/doc/undo.txt
--- a/runtime/doc/undo.txt Fri Aug 20 11:11:57 2010 +0200
+++ b/runtime/doc/undo.txt Tue Aug 24 14:26:40 2010 +0200
@@ -125,9 +125,9 @@
*:undol* *:undolist*
:undol[ist] List the leafs in the tree of changes. Example:
- number changes time ~
+ number changes time saved ~
4 10 10:34:11
- 18 4 11:01:46
+ 18 4 11:01:46 7
The "number" column is the change number. This number
continuously increases and can be used to identify a
@@ -135,6 +135,9 @@
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.
+ The "saved" column specifies, if this change was
+ written to disk and which file write it was. This can
+ be used with the |later| and |earlier| commands.
For more details use the |undotree()| function.
regards,
Christian
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php