summaryrefslogtreecommitdiff
path: root/runtime/doc/undo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-10-27 18:34:44 +0200
committerBram Moolenaar <Bram@vim.org>2010-10-27 18:34:44 +0200
commit0536570fa284421b9932ed61d79bef3d8beace2a (patch)
tree651239ea092efc7bc186cf4cb7a704ecd7b4d0c3 /runtime/doc/undo.txt
parent2d73ff4500d695ebc967c60b31c67f63fada794c (diff)
downloadvim-git-0536570fa284421b9932ed61d79bef3d8beace2a.tar.gz
Updated runtile files.
Diffstat (limited to 'runtime/doc/undo.txt')
-rw-r--r--runtime/doc/undo.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/undo.txt b/runtime/doc/undo.txt
index 4b4104ecd..b806a31e4 100644
--- a/runtime/doc/undo.txt
+++ b/runtime/doc/undo.txt
@@ -1,4 +1,4 @@
-*undo.txt* For Vim version 7.3. Last change: 2010 Sep 30
+*undo.txt* For Vim version 7.3. Last change: 2010 Oct 21
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -239,7 +239,9 @@ Vim saves undo trees in a separate undo file, one for each edited file, using
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.
+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.
Undo files are normally saved in the same directory as the file. This can be
changed with the 'undodir' option.