comparison runtime/doc/todo.txt @ 371:4b9fef49d7ff v7.0095

updated for version 7.0095
author vimboss
date Mon, 27 Jun 2005 22:48:21 +0000
parents 5332dd13733c
children 575dacb554d8
comparison
equal deleted inserted replaced
370:3a21825ad207 371:4b9fef49d7ff
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 26 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 27
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 Is the fix for memory leaks in unreferencing dict/list correct? Is there a 33 send fixes for ccmalloc port to FreeBSD.
34 situation where a reference from outside of the structure is not counted?
35 34
36 Add extra list of file locations. Can be used with: 35 Add extra list of file locations. Can be used with:
37 :ltag list of matching tags, like :tselect 36 :ltag list of matching tags, like :tselect
38 37
39 :lnext next location 38 :lnext next location
99 98
100 PLANNED FOR VERSION 7.0: 99 PLANNED FOR VERSION 7.0:
101 100
102 - Add SPELLCHECKER, with support for many languages. 101 - Add SPELLCHECKER, with support for many languages.
103 - Spell checking code todo's: 102 - Spell checking code todo's:
104 - Special handling of ' and -: define in the .aff file.
105 Aspell does this with "special".
106 - Support user function to make suggestions: 103 - Support user function to make suggestions:
107 :set spellsuggest=MySuggest,fast 104 :set spellsuggest=MySuggest,fast
108 Also support a list with common mistakes? 105 Also support a list with common mistakes?
109 - For "z?" a "replace all" mechanism would be welcome. 106 - For "z?" a "replace all" mechanism would be welcome.
110 - Add hl groups to 'spelllang'? 107 - Add hl groups to 'spelllang'?