summaryrefslogtreecommitdiffstats
path: root/runtime/doc/editing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-20 22:33:34 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-20 22:33:34 +0200
commitc095b280df5bb8f33c154808e70c48dc445c5f44 (patch)
tree6b961a0c04d3a044eb46231e8cb6b16bc9ce16eb /runtime/doc/editing.txt
parent5bedfc6091432adfaa5e9ff177f30ec9dbe5de48 (diff)
Fix hang when resizing in diff mode and there are concealed items.
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r--runtime/doc/editing.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index 4d5b00fb90..9cbb14f344 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1414,6 +1414,9 @@ An encrypted file can be recognized by the "file" command, if you add this
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'.