diff runtime/doc/editing.txt @ 2364:151b037b7e74 vim73

Fix hang when resizing in diff mode and there are concealed items.
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Jul 2010 22:33:34 +0200
parents d8e4b27cef80
children 7b7508ee56f1
line wrap: on
line diff
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1414,6 +1414,9 @@ An encrypted file can be recognized by t
 line to "/etc/magic", "/usr/share/misc/magic" or wherever your system has the
 "magic" file: >
      0	string	VimCrypt~	Vim encrypted file
+     >9	string	01	- "zip" cryptmethod
+     >9	string	02	- "blowfish" cryptmethod
+
 
 Notes:
 - Encryption is not possible when doing conversion with 'charconvert'.