diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-23 22:40:29 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-23 22:40:29 +0000 |
commit | 4a85b4156098a30daf5b15a7fb7587a1c7c99f94 (patch) | |
tree | a1874218752c56897f955c24b012836b8c9e80f8 /runtime/doc/todo.txt | |
parent | eb3593b38b7b6b658e93ad05d6caf76d58cc0c35 (diff) | |
download | vim-git-4a85b4156098a30daf5b15a7fb7587a1c7c99f94.tar.gz |
updated for version 7.0e07v7.0e07
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index e239ba790..0e4a90cd1 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.0e. Last change: 2006 Apr 22 +*todo.txt* For Vim version 7.0e. Last change: 2006 Apr 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,6 +30,13 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- +Omit errors for slicing? + +When there is only one match and "longest" used then CTRL-X CTRL-N shows +original match instead of longest. (Nicolas Schodet) + +Line completion on "/**" gives error messages. (Nicolas Schodet) + Crash in "z=" when the change triggers checking out the file, FileChangedRO event. Problem in move_lines()? FileChangedShell also involved? (Neil Bird) Added a few checks for valid buffer, did that help? |