comparison runtime/doc/todo.txt @ 484:f012c4ed8c38 v7.0132

updated for version 7.0132
author vimboss
date Fri, 19 Aug 2005 20:40:30 +0000
parents 6f8b578776ab
children b1e87b7f5db6
comparison
equal deleted inserted replaced
483:70afa17bfc01 484:f012c4ed8c38
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Aug 16 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Aug 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
29 29
30 *known-bugs* 30 *known-bugs*
31 -------------------- Known bugs and current work ----------------------- 31 -------------------- Known bugs and current work -----------------------
32 32
33 Spelling: 33 Spelling:
34 - Prefer SpellBad over SpellCap highlighting. 34 - Test counting syllables and comparing against the maximum.
35 - Add limit for number of suggestions to 'spellsuggest'? 35 - Test nocomp flag for affixes.
36 - CTRL-X s in Insert mode: move cursor back to after badly spelled word? 36
37 - Implement multiple flags for compound words and CMP item. 37 - When looking for following compound word, also do postponed prefixes.
38
39 - Implement multiple flags for compound words and CMP item?
38 Await comments from other spell checking authors. 40 Await comments from other spell checking authors.
41
42 Help tags: something to make it easy to find help about a certain filetype?
43 use ft-c-syntax ft-c-ftplugin etc.?
44
45 Mac GUI: pasting lines results in ^M instead of line breaks. (Benjamin Esham)
39 46
40 Mac unicode patch (Da Woon Jung): 47 Mac unicode patch (Da Woon Jung):
41 - selecting proportional font breaks display 48 - selecting proportional font breaks display
42 - UTF-8 text causes display problems. Font replacement causes this. 49 - UTF-8 text causes display problems. Font replacement causes this.
43 50
44 Win32: Use the free downloadable compiler 7.1. Figure out how to do debugging 51 Win32: Use the free downloadable compiler 7.1. Figure out how to do debugging
45 (with Agide?) and describe it. (George Reilly) 52 (with Agide?) and describe it. (George Reilly)
46 53
47 autoload: 54 Autoload:
48 - Add a Vim script in $VIMRUNTIME/tools that takes a file with a list of 55 - Add a Vim script in $VIMRUNTIME/tools that takes a file with a list of
49 script names and a help file and produces a script that can be sourced to 56 script names and a help file and produces a script that can be sourced to
50 install the scripts in the user's directories. 57 install the scripts in the user's directories.
51 Use findfile(), so that only file names need to be given: 58 Use findfile(), so that only file names need to be given:
52 script plugin/myscript.vim 59 script plugin/myscript.vim