diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-24 20:27:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-24 20:27:03 +0200 |
commit | 59f931ef54d143eb92f9b9168eb74fb061c39294 (patch) | |
tree | bb0116b64dbebf8a2c4f442a0514e8d2ec6f2d26 /runtime/doc/version7.txt | |
parent | 72ada0f8c2655e365d9284bcc9243e29e5951f04 (diff) | |
download | vim-git-59f931ef54d143eb92f9b9168eb74fb061c39294.tar.gz |
Add the 'undoreload' option to be able to undo a file reload.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 9fa0dabea..de2a7de1b 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.3b. Last change: 2010 Jul 20 +*version7.txt* For Vim version 7.3b. Last change: 2010 Jul 24 VIM REFERENCE MANUAL by Bram Moolenaar @@ -7171,6 +7171,9 @@ Added ":earlier 1f" and ":later 1f". Add file save counter to undo information. Added the |undotree()| and |undofile()| functions. +Also added the 'undoreload' option. This makes it possible to save the +current text when reloading the buffer, so that it can be undone. + More encryption *new-more-encryption* --------------- |