comparison runtime/doc/todo.txt @ 689:d7860ee7eb7e v7.0207

updated for version 7.0207
author vimboss
date Sat, 25 Feb 2006 21:55:24 +0000
parents d7e33248b9c8
children 05dc93b9c61f
comparison
equal deleted inserted replaced
688:bcd2edc4539e 689:d7860ee7eb7e
1 *todo.txt* For Vim version 7.0aa. Last change: 2006 Feb 24 1 *todo.txt* For Vim version 7.0aa. Last change: 2006 Feb 25
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 Fix for hlsearch getting stuck on multibyte char also in 6.4. reportec by
34 Yukihiro Nakadaira.
35
36
37 Tab pages: 33 Tab pages:
34 - Add 'guitablabel' option.
38 - GTK GUI implementation for the tab pages line: 35 - GTK GUI implementation for the tab pages line:
39 /tmp/vim61_tab.patch.bz2 36 handling of tab in insert mode (like clicking mouse in other window)
40 Window height can be wrong: 37 and cmdline mode (keep current tab)
41 :set go-=e 38
42 resize to fill screen 39 9 GUI implementation for the tab pages line for other systems.
43 :set go+=e 40 8 Make GUI menu in tab pages line configurable. Like the popup menu.
44 Add 'guitabitem' option?
45 - GUI implementation for the tab pages line for other systems.
46 8 tab pages in the session file, if "tabpages" in 'sessionoptions' 41 8 tab pages in the session file, if "tabpages" in 'sessionoptions'
42 8 :tabmove +N move tab page N pages forward
43 8 :tabmove -N move tab page N pages backward
47 7 :tabdup duplicate the tab with all its windows. 44 7 :tabdup duplicate the tab with all its windows.
48 6 :tab ball tab page for each buffer 45 6 :tab ball tab page for each buffer
49 6 :tab all tab page for each argument 46 6 :tab all tab page for each argument
50 7 In GUI: right click can popup a menu to close a specific tab. 47 7 In GUI: right click can popup a menu to close a specific tab.
51 7 Option to put tab line at the left or right? Need an option to specify 48 7 Option to put tab line at the left or right? Need an option to specify
134 ":keepundo": add change to existing undo chain, so that one "u" undoes them 131 ":keepundo": add change to existing undo chain, so that one "u" undoes them
135 all. (Gautam Iyer) 132 all. (Gautam Iyer)
136 133
137 Mac unicode patch (Da Woon Jung): 134 Mac unicode patch (Da Woon Jung):
138 - configuration option for platform: i386, ppc or both. 135 - configuration option for platform: i386, ppc or both.
136 Use __LITTLE_ENDIAN__ to test for current platform.
139 - selecting proportional font breaks display 137 - selecting proportional font breaks display
140 - UTF-8 text causes display problems. Font replacement causes this. 138 - UTF-8 text causes display problems. Font replacement causes this.
141 - Command-key mappings do not work. (Alan Schmitt) 139 - Command-key mappings do not work. (Alan Schmitt)
142 - Add default key mappings for the command key (Alan Schmitt) 140 - Add default key mappings for the command key (Alan Schmitt)
143 use http://macvim.org/OSX/files/gvimrc 141 use http://macvim.org/OSX/files/gvimrc