diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-13 16:51:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-13 16:51:26 +0200 |
commit | 35a3423c6ae785bf739319e1ec416b2de1462a8c (patch) | |
tree | e3349f94a29f56a357978df3bf0ac8a3785a1e4d /runtime/doc/todo.txt | |
parent | 4a474d36d7c5f40ce326d40d09549e86a7873a98 (diff) | |
download | vim-git-35a3423c6ae785bf739319e1ec416b2de1462a8c.tar.gz |
Fix illegal memory access when using expressions in the command line.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 56faa6849..dbb5be730 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -30,8 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -Patch for crash with cmdline editing functions. (Dominique Pelle, 2010 Aug 12) - Have a close look at :find completion, anything that could be wrong? Test 73 fails on MS-Windows when compiled with DJGPP and run twice. How to |