comparison runtime/doc/todo.txt @ 642:2392a6da4aa4 v7.0186

updated for version 7.0186
author vimboss
date Mon, 23 Jan 2006 22:30:28 +0000
parents 8a5a95f7ef2a
children e4fa26ce8769
comparison
equal deleted inserted replaced
641:6a944e0bd5d2 642:2392a6da4aa4
1 *todo.txt* For Vim version 7.0aa. Last change: 2006 Jan 22 1 *todo.txt* For Vim version 7.0aa. Last change: 2006 Jan 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
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 32
33 When ":silent" is used mode message is (should) not be displayed. Thus don't
34 set clear_cmdline to clear it. Use separate flag to remember whether mode is
35 currently displayed (and needs to be cleared).
36
37
33 ccomplete: 38 ccomplete:
34 - When using page-up/page-down in menu it sometimes jumps more than a page.
35 - When an option is set: In completion mode and the user types (identifier) 39 - When an option is set: In completion mode and the user types (identifier)
36 characters, advance to the first match instead of removing the popup menu. 40 characters, advance to the first match instead of removing the popup menu.
37 If there is no match remove the selection. (Yegappan Lakshmanan) 41 If there is no match remove the selection. (Yegappan Lakshmanan)
38 - Complete the longest common match instead of the first match? 42 - Complete the longest common match instead of the first match?
39 For all kinds of completions? Configurable? 43 For all kinds of completions? Configurable?