comparison runtime/doc/todo.txt @ 841:c2cae213194d v7.0e07

updated for version 7.0e07
author vimboss
date Sun, 23 Apr 2006 22:40:29 +0000
parents 2c885fab04e3
children a209672376fd
comparison
equal deleted inserted replaced
840:2c885fab04e3 841:c2cae213194d
1 *todo.txt* For Vim version 7.0e. Last change: 2006 Apr 22 1 *todo.txt* For Vim version 7.0e. Last change: 2006 Apr 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
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 Omit errors for slicing?
34
35 When there is only one match and "longest" used then CTRL-X CTRL-N shows
36 original match instead of longest. (Nicolas Schodet)
37
38 Line completion on "/**" gives error messages. (Nicolas Schodet)
32 39
33 Crash in "z=" when the change triggers checking out the file, FileChangedRO 40 Crash in "z=" when the change triggers checking out the file, FileChangedRO
34 event. Problem in move_lines()? FileChangedShell also involved? (Neil Bird) 41 event. Problem in move_lines()? FileChangedShell also involved? (Neil Bird)
35 Added a few checks for valid buffer, did that help? 42 Added a few checks for valid buffer, did that help?
36 43