summaryrefslogtreecommitdiffstats
path: root/runtime/doc/undo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-26 21:21:00 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-26 21:21:00 +0200
commit6a18eb6f621129ded4983fac667450051e63de14 (patch)
treeaef9827fbd58d3104a0c0293a363ff18e50cc97e /runtime/doc/undo.txt
parent83ad0147c02606ad1d32f62e84b65402bca9efec (diff)
More strict checks for the undo file.
Diffstat (limited to 'runtime/doc/undo.txt')
-rw-r--r--runtime/doc/undo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/undo.txt b/runtime/doc/undo.txt
index 2c5568ea27..c0b9d12511 100644
--- a/runtime/doc/undo.txt
+++ b/runtime/doc/undo.txt
@@ -267,8 +267,8 @@ Reading an existing undo file may fail for several reasons:
The file text differs from when the undo file was written. This means
the undo file cannot be used, it would corrupt the text. This also
happens when 'encoding' differs from when the undo file was written.
-*E825* *E826* The undo file does not contain valid contents and cannot be
- used.
+*E825* *E826* *E831*
+ The undo file does not contain valid contents and cannot be used.
*E827* The magic number at the end of the file was not found. This usually
means the file was truncated.