1- *todo.txt* For Vim version 7.0d. Last change: 2006 Apr 14
1+ *todo.txt* For Vim version 7.0d. Last change: 2006 Apr 15
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,8 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
3030 *known-bugs*
3131-------------------- Known bugs and current work -----------------------
3232
33- Do some of the 'cindent' bugs below.
34-
3533Add more tests for all new functionality in Vim 7. Especially new functions.
3634
3735Win32: Describe how to do debugging. (George Reilly)
@@ -61,11 +59,8 @@ Awaiting updated patches:
6159- Patch for 'breakindent' option: repeat indent for wrapped line. (Vaclav
6260 Smilauer, 2004 Sep 13, fix Oct 31)
6361 Asked for improvements 2004 Dec 20.
64- 7 Make "5dd" on last-but-one-line not delete anything (Vi compatible).
65- Add flag in 'cpoptions' for this. When not present, "2dd" in the last
66- line should delete the last line. Patch from greenx 2002 Apr 11.
67628 Add a few more command names to the menus. Patch from Jiri Brezina
68- (28 feb 2002).
63+ (28 feb 2002). Will mess the translations...
69647 ATTENTION dialog choices are more logical when "Delete it' appears
7065 before "Quit". Patch by Robert Webb, 2004 May 3.
7166- Include flipcase patch: ~/vim/patches/wall.flipcase2 ? Make it work
@@ -90,7 +85,7 @@ Awaiting updated patches:
9085 Update 2004 Sep 10
9186 Another patch from Edward L. Fox (2005 Nov 24)
9287 Search in 'runtimepath' ?
93- More docs about how to use this.
88+ More docs needed about how to use this.
9489 How to get the messages into the .po files?
9590 confirm() add "flags" argument, with 'v' for vertical
9691 layout and 'c' for console dialog. (Haegg)
@@ -105,8 +100,8 @@ Awaiting updated patches:
105100 quickfix window (2004 dec 2)
1061017 When 'rightleft' is set, the search pattern should be displayed right
107102 to left as well? See patch of Dec 26. (Nadim Shaikli)
108- 8 Lock all used memory so that it doesn't get swapped to disk (uncrypted).
109- Patch by Jason Holt, 2003 May 23. Uses mlock.
103+ 8 Option to lock all used memory so that it doesn't get swapped to disk
104+ (uncrypted). Patch by Jason Holt, 2003 May 23. Uses mlock.
1101057 Support a stronger encryption. Jason Holt implemented AES (May 6 2003).
1111067 Add ! register, for shell commands. (patch from Grenie)
1121078 In the gzip plugin, also recognize *.gz.orig, *.gz.bak, etc. Like it's
@@ -191,9 +186,6 @@ Vi incompatibility:
191186
192187
193188GTK+ 1 (OK in GTK 2):
194- 8 When menus are disabled, 'm' removed from 'guioptions' , Alt-F still pops
195- up the File menu. Cannot reproduce this: gives a warning for a NULL
196- pointer if the menu was never displayed.
1971898 When using "gvim -geom 40x30" or setting 'columns' in .gvimrc or with a
198190 GUIEnter autocommand, the width is still set to fit the toolbar. Also
199191 happens when changing the font. How to avoid that the toolbar specifies
@@ -1841,10 +1833,6 @@ Tags:
18411833 ":idselect", which uses an "ID" database (made by "mkid") like "tselect".
18421834
18431835
1844- Security:
1845- - nothing at the moment
1846-
1847-
18481836Win32 GUI:
184918378 Make debug mode work while starting up (vim -D). Open console window for
18501838 the message and input?
@@ -2239,6 +2227,7 @@ Insert mode:
22392227'cindent' , 'smartindent' :
224022288 Java: Inside an anonymous class, after an "else" or "try" the indent is
22412229 too small. (Vincent Bergbauer)
2230+ Problem of using {} inside (), 'cindent' doesn't work then.
224222318 In C++ it's possible to have {} inside (): (Kirshna)
22432232 func(
22442233 new String[] {
0 commit comments