diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-09-22 14:42:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-09-22 14:42:24 +0200 |
commit | baca7f705babaa1caeb0bce7f63f6275feca6641 (patch) | |
tree | ab045d9c9d5f5d0287b2b002337f2a41291cd629 /runtime/doc/undo.txt | |
parent | 595cad2ea1c77c40a34a240c71290fdef6aabd3b (diff) | |
download | vim-git-baca7f705babaa1caeb0bce7f63f6275feca6641.tar.gz |
Update runtime files. Add support for J.
Diffstat (limited to 'runtime/doc/undo.txt')
-rw-r--r-- | runtime/doc/undo.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/undo.txt b/runtime/doc/undo.txt index 2589a151a..414a63b5e 100644 --- a/runtime/doc/undo.txt +++ b/runtime/doc/undo.txt @@ -1,4 +1,4 @@ -*undo.txt* For Vim version 7.4. Last change: 2013 Aug 22 +*undo.txt* For Vim version 7.4. Last change: 2013 Sep 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -249,8 +249,9 @@ a simple scheme that maps filesystem paths directly to undo files. Vim will detect if an undo file is no longer synchronized with the file it was written for (with a hash of the file contents) and ignore it when the file was changed after the undo file was written, to prevent corruption. An undo file is also -ignored if its owner differs from the owner of the edited file. Set 'verbose' -to get a message about that when opening a file. +ignored if its owner differs from the owner of the edited file, except when +the owner of the undo file is the current user. Set 'verbose' to get a +message about that when opening a file. Undo files are normally saved in the same directory as the file. This can be changed with the 'undodir' option. |