summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-16 23:02:33 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-16 23:02:33 +0200
commit823a165119fccd8ace6b8d37619ef68b75ecd44f (patch)
treef0e02a702ae8220ffd2562fba213fab0df720c5f /runtime
parent40e6a71c6777242a254f1748766aa0e60764ebb3 (diff)
downloadvim-823a165119fccd8ace6b8d37619ef68b75ecd44f.zip
Minor updates to blowfish encryption.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt14
1 files changed, 6 insertions, 8 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index fcb6b0c0c..173e8ab2b 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -30,17 +30,15 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
-check blowfish.c
-check sha256.c
-Use 'cm' option only when FEAT_CRYPT is defined.
-When not full match with magic, check for head and give warning about
-unsupported crypt method.
-if 'enc' is ucs-2, does utf-8 to ucs-2 encoding always work for seed?
-
Crypt update:
-- move bf_self_test() and sha256_self_test() elsewhere
+- Use 'cm' option only when FEAT_CRYPT is defined.
+- When not full match with magic, check for head and give warning about
+ unsupported crypt method.
+- if 'enc' is ucs-2, does utf-8 to ucs-2 encoding always work for seed?
- Update E000 to error number.
+Include cabal and obj syntax files. (Vincent Berthoux, 2010 May 16)
+
Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
E315 when trying to change a file in FileChangedRO autocommand event.