From a3ff49fdccd518c91c9445ab3e82394b6812bf4a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 30 May 2010 22:48:02 +0200 Subject: Crypt the text in the undo file if the file itself is crypted. --- runtime/doc/editing.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/doc/editing.txt') diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index 11f5748a5c..32848ac4e2 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1366,6 +1366,9 @@ this before writing the file. When reading an encrypted file it will be set automatically to the method used when that file was written. You can change 'cryptmethod' before writing that file to change the method. +When writing an undo file, the same key and method will be used for the text +in the undo file. |persistent-undo|. + *E817* *E818* *E819* *E820* When encryption does not work properly, you would be able to write your text to a file and never be able to read it back. Therefore a test is performed to -- cgit v1.2.3