comparison runtime/doc/todo.txt @ 610:cd3689efd90a v7.0173

updated for version 7.0173
author vimboss
date Sun, 18 Dec 2005 22:10:00 +0000
parents 1b7cac059bab
children 53114ef7778f
comparison
equal deleted inserted replaced
609:ba54311bc43e 610:cd3689efd90a
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 17 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 18
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 'delcombine' is set in Select mode before a character with a combining
34 char the combining char is deleted when it shouldn't. (Tony Mechelynck, Nov
35 27)
36
37 ccomplete: 33 ccomplete:
38 - When an option is set: In completion mode and the user types (identifier) 34 - When an option is set: In completion mode and the user types (identifier)
39 characters, advance to the first match instead of removing the popup menu. 35 characters, advance to the first match instead of removing the popup menu.
40 If there is no match remove the selection. (Yegappan Lakshmanan) 36 If there is no match remove the selection. (Yegappan Lakshmanan)
41 - Complete the longest common match instead of the first match? 37 - Complete the longest common match instead of the first match?
42 For all kinds of completions? Configurable? 38 For all kinds of completions? Configurable?
43 - !_TAG_FILE_FORMAT and it's ilk are listed in the global completions 39 - !_TAG_FILE_FORMAT and it's ilk are listed in the global completions
44 - When completing something that is a structure, add the "." or "->". 40 Can't reproduce it right now...
41 - Window resize when poup is displayed
42 - When completing something that is a structure, add the "." or "->" right
43 away. How to figure out if it's a pointer or not?
45 - When a typedef or struct is local to a file only use it in that file? 44 - When a typedef or struct is local to a file only use it in that file?
46 - Window resize when poup is displayed
47 - page-up / page-down
48 45
49 spelling: 46 spelling:
50 - Use KEEPCASE instead of "KEP". It applies to the word including affixes 47 - Use KEEPCASE instead of "KEP". It applies to the word including affixes
51 Hunspell also uses it. 48 Hunspell also uses it.
52 - Hunspell has NOSUGGEST flag (use for obscene words?) 49 - Hunspell has NOSUGGEST flag (use for obscene words?)