comparison runtime/doc/todo.txt @ 279:946f0cbdd535 v7.0074

updated for version 7.0074
author vimboss
date Fri, 20 May 2005 21:31:17 +0000
parents 8fa8d7964cf1
children e697bd3c3876
comparison
equal deleted inserted replaced
278:a7e59720a155 279:946f0cbdd535
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 May 19 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 May 20
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 Problem with 'insertmode'. (Georg Dahn, 2005 April 9, expl. April 14)
34 Problem with CTRL-V pasting more than one line. (Georg Dahn, 2005 April 11)
35
36 Patch for setqflist() (Yegappan Lakshmanan, 2005 April 11)
37
38 ":help \=<Tab>" doesn't find "sub-replace-\=".
39
40 In an errorfile expand "~/" to home directory. (Arnout Engelen)
41
42 Patch for 2html.vim to disable folding (Michael Schaap, 2005 April 12)
43
44 Win32: Alt-F10 no longer working? (Bill McCarthy, April 18)
45
46 Patch for if_python to make exit work better with threads. (ugo)
47
48 With "wa" in 'formatoptions', backspace at start-of-line doesn't work. It
49 should delete the space at the end of the previous line. (Alan Isaac)
50
51 GTK GUI: Running a script that does :vsp and :quit, causing the left scrollbar
52 to appear and disappear, causes resizing. (gvcolors.vim from Charles Campbell,
53 2005 April 25)
54
55 Problem with ":mksession" for "vim -o "+argdel *" prog1 prog2 prog3" 33 Problem with ":mksession" for "vim -o "+argdel *" prog1 prog2 prog3"
56 (Bill McCarthy, 2005 April 26) 34 (Bill McCarthy, 2005 April 26)
57 35
58 getreg('=') returns the result of evaluating the expression. How to get the 36 getreg('=') returns the result of evaluating the expression. How to get the
59 expression itself, so that it can be restored? (David Fishburn) Perhaps use 37 expression itself, so that it can be restored? (David Fishburn) Perhaps use
60 getreg('=', 1). Also make setreg('=') work then. 38 getreg('=', 1). Also make setreg('=') work then.
61 39
40 Use "file::func()" for autoload?
41
62 Win32: With the taskbar at the top of the screen, scrolling doesn't redraw 42 Win32: With the taskbar at the top of the screen, scrolling doesn't redraw
63 properly. (Sergey Khorev, 2005 April 27) 43 properly. (Sergey Khorev, 2005 April 27)
64 44
65 Mac unicode patch (Da Woon Jung): 45 Mac unicode patch (Da Woon Jung):
66 - selecting proportional font breaks display 46 - selecting proportional font breaks display
67 - UTF-8 text causes display problems. Font replacement causes this. 47 - UTF-8 text causes display problems. Font replacement causes this.
68 48
69 When 'shortmess' is empty and 'keymap' set to accents, in Insert mode CTRL-N 49 When 'shortmess' is empty and 'keymap' set to accents, in Insert mode CTRL-N
70 may cause the hit-enter prompt. Typing 'a then doesn't result in the accented 50 may cause the hit-enter prompt. Typing 'a then doesn't result in the accented
71 character. (Ilya Dogolazky) 51 character. (Ilya Dogolazky)
52
53 split(): keep empty items halfway. With an option also keep empty items at
54 start and end. (Johnny Blaze)
72 55
73 autoload: 56 autoload:
74 - Add a Vim script in $VIMRUNTIME/tools that takes a file with a list of 57 - Add a Vim script in $VIMRUNTIME/tools that takes a file with a list of
75 script names and a help file and produces a script that can be sourced to 58 script names and a help file and produces a script that can be sourced to
76 install the scripts in the user's directories. 59 install the scripts in the user's directories.
99 - Win32: tearoff menu window should have a scrollbar when it's taller than 82 - Win32: tearoff menu window should have a scrollbar when it's taller than
100 the screen. 83 the screen.
101 84
102 Make option like 'verbose' that writes output into a file? Should make it 85 Make option like 'verbose' that writes output into a file? Should make it
103 possible to see what's happening without messing up the display. 86 possible to see what's happening without messing up the display.
87
88 Patch for if_python to make exit work better with threads. (ugo)
89 Still seems to fail 15% of the time.
104 90
105 91
106 PLANNED FOR VERSION 7.0: 92 PLANNED FOR VERSION 7.0:
107 93
108 - Add SPELLCHECKER, with support for many languages. 94 - Add SPELLCHECKER, with support for many languages.