comparison runtime/doc/todo.txt @ 2204:c493d6bfde09 vim73

A few more changes for encryption. Add test that encrypted file can be read.
author Bram Moolenaar <bram@vim.org>
date Fri, 21 May 2010 15:36:08 +0200
parents f7579a31705c
children 54605ada811b
comparison
equal deleted inserted replaced
2203:dde812fb2247 2204:c493d6bfde09
27 See |develop.txt| for development plans. You can vote for which items should 27 See |develop.txt| for development plans. You can vote for which items should
28 be worked on, but only if you sponsor Vim development. See |sponsor|. 28 be worked on, but only if you sponsor Vim development. See |sponsor|.
29 29
30 *known-bugs* 30 *known-bugs*
31 -------------------- Known bugs and current work ----------------------- 31 -------------------- Known bugs and current work -----------------------
32
33 Crypt update:
34 - Make sure test71 fails when blowfish test fails.
35 - When not full match with magic, check for head and give warning about
36 unsupported crypt method.
37 - if 'enc' is ucs-2, does utf-8 to ucs-2 encoding always work for seed?
38
39 After patch 7.2.407 a backslash before a newline is turned into a NUL. (Andy
40 Wokula, 2010 May 18)
41 No longer possible to insert a line break? Roll back the patch?
42 32
43 "g8" doesn't produce right value on NUL. Patch (Dominique Pelle, 2010 May 18) 33 "g8" doesn't produce right value on NUL. Patch (Dominique Pelle, 2010 May 18)
44 34
45 Include cabal and obj syntax files. (Vincent Berthoux, 2010 May 16) 35 Include cabal and obj syntax files. (Vincent Berthoux, 2010 May 16)
46 36