comparison runtime/doc/todo.txt @ 294:1c1cbdc42f75 v7.0077

updated for version 7.0077
author vimboss
date Tue, 31 May 2005 22:22:17 +0000
parents 9a10e4d195b3
children f9de3e679a04
comparison
equal deleted inserted replaced
293:f811be6fa9b5 294:1c1cbdc42f75
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 May 25 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 May 31
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 GTK: Hang for "gvim </tmp/tt >&/tmp/ttt". Ready to read char from stdin but
34 it's never read.
35 Namsh also has a problem with a hang, coming from the added char_avail() call.
36 Temporary fix: check "gui.starting".
37
38 Make option like 'verbose' that writes output into a file? Should make it
39 possible to see what's happening without messing up the display.
40
41 Errors when compiling with Cygwin (Thomas).
42
43 ":sort n" sort on decimal number (skipping white space)
44 ":sort x" sort on hex number
45 ":sort o" sort on octal number
46 Docs: doesn't work well together with :global.
47
48 split(): splitting into chars doesn't work.
49
50 ":qtag" command: make list of matching tags and use like quickfix list. 33 ":qtag" command: make list of matching tags and use like quickfix list.
51 This changes the stack of quickfix lists. Make another list and use ":qnext", 34 This changes the stack of quickfix lists. Make another list and use ":qnext",
52 ":qprev", etc.? Do allow other commands for quickfix list, such as quickfix 35 ":qprev", etc.? Do allow other commands for quickfix list, such as quickfix
53 window. 36 window.
37
38 Win32: Balloon text can't contain line break.
39 Hints for multiline tooltips from Alexei Alexandrov (2005 Mar 26)
40 Patch from Sergey Khorev, 2005 Apr 11
41 Add has("balloon_multiline")
42
43 Patch in if_cscope.c also in 6.3? (Froloff)
54 44
55 Mac unicode patch (Da Woon Jung): 45 Mac unicode patch (Da Woon Jung):
56 - selecting proportional font breaks display 46 - selecting proportional font breaks display
57 - UTF-8 text causes display problems. Font replacement causes this. 47 - UTF-8 text causes display problems. Font replacement causes this.
58 48
69 script plugin/myscript.vim 59 script plugin/myscript.vim
70 script autoload/mylib.vim 60 script autoload/mylib.vim
71 script autoload/yourlib.vim 61 script autoload/yourlib.vim
72 helpfile doc/myscript.txt 62 helpfile doc/myscript.txt
73 For the "helpfile" item ":helptags" is run. 63 For the "helpfile" item ":helptags" is run.
74
75 Win32: Balloon text can't contain line break.
76 Hints for multiline tooltips from Alexei Alexandrov (2005 Mar 26)
77 Patch from Sergey Khorev, 2005 Apr 11
78 Add has("balloon_multiline")
79 64
80 Patch to alternate fold highlighting. (Anthony Iano-Fletcher, 2005 May 12) 65 Patch to alternate fold highlighting. (Anthony Iano-Fletcher, 2005 May 12)
81 More levels? 66 More levels?
82 67
83 Awaiting response: 68 Awaiting response:
119 English, strings in German (po file). 104 English, strings in German (po file).
120 - Commands required: 105 - Commands required:
121 add word to private dict: wrong and OK (in popup menu for evim) 106 add word to private dict: wrong and OK (in popup menu for evim)
122 :spell good <word> zg 107 :spell good <word> zg
123 :spell wrong <word> zw 108 :spell wrong <word> zw
124 - Update option window for 'spell' and 'spelllang'. 109 - Update option window for 'verbosefile', 'spell' and 'spelllang'.
125 - Distribution: Need wordlists for many languages; "language pack" 110 - Distribution: Need wordlists for many languages; "language pack"
126 Put them on the ftp site, ready to download. Include README for 111 Put them on the ftp site, ready to download. Include README for
127 copyrights. 112 copyrights.
128 - Work together with OpenOffice.org to update the wordlists. (Adri 113 - Work together with OpenOffice.org to update the wordlists. (Adri
129 Verhoef, Aad Nales) Setup vim-spell maillist? 114 Verhoef, Aad Nales) Setup vim-spell maillist?