diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-12 21:52:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-12 21:52:12 +0000 |
commit | 18144c84231aee36ae1d11b74941c9b318f1706a (patch) | |
tree | 6b9cf7e0337cd5966089e795c9278a1a86f9d5c1 /runtime/doc/undo.txt | |
parent | 4c3f536f472c7443ed4f672ae6d35a28805d7641 (diff) | |
download | vim-18144c84231aee36ae1d11b74941c9b318f1706a.zip |
updated for version 7.0d02
Diffstat (limited to 'runtime/doc/undo.txt')
-rw-r--r-- | runtime/doc/undo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/undo.txt b/runtime/doc/undo.txt index d94de2b47..0985c96af 100644 --- a/runtime/doc/undo.txt +++ b/runtime/doc/undo.txt @@ -1,4 +1,4 @@ -*undo.txt* For Vim version 7.0d. Last change: 2006 Mar 24 +*undo.txt* For Vim version 7.0d. Last change: 2006 Apr 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -106,7 +106,7 @@ After this an "u" command will undo the delete command and the previous change. ============================================================================== -4. Undo branches *undo-branches* +4. Undo branches *undo-branches* *undo-tree* Above we only discussed one line of undo/redo. But it is also possible to branch off. This happens when you undo a few changes and then make a new |