comparison runtime/doc/todo.txt @ 846:db44f7b81373 v7.0f03

updated for version 7.0f03
author vimboss
date Thu, 27 Apr 2006 21:47:44 +0000
parents d3bbb5dd3913
children e73f2978bd40
comparison
equal deleted inserted replaced
845:0fe7765dcb8e 846:db44f7b81373
1 *todo.txt* For Vim version 7.0f. Last change: 2006 Apr 26 1 *todo.txt* For Vim version 7.0f. Last change: 2006 Apr 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
27 See |develop.txt| for development plans. You can vote for which items should 27 See |develop.txt| for development plans. You can vote for which items should
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
33 GTK: tooltips make menu actions use wrong tab page. Yegappan will look into
34 it.
32 35
33 Add more tests for all new functionality in Vim 7. Especially new functions. 36 Add more tests for all new functionality in Vim 7. Especially new functions.
34 37
35 Darren Hiebert is including the patch for omni completion in ctags. A new 38 Darren Hiebert is including the patch for omni completion in ctags. A new
36 version still isn't available for download. 39 version still isn't available for download.
2347 use "aq" and "iq". Use 'quotepairs' to define pairs of quotes, like 2350 use "aq" and "iq". Use 'quotepairs' to define pairs of quotes, like
2348 'matchpairs'? 2351 'matchpairs'?
2349 8 Add text object for any kind of parens, also multi-byte ones. 2352 8 Add text object for any kind of parens, also multi-byte ones.
2350 7 Add text object for current search pattern: "a/" and "i/". Makes it 2353 7 Add text object for current search pattern: "a/" and "i/". Makes it
2351 possible to turn text highlighted for 'hlsearch' into a Visual area. 2354 possible to turn text highlighted for 'hlsearch' into a Visual area.
2355 8 Add a way to make an ":omap" for a user-defined text object.
2352 8 Add "gp" and "gP" commands: insert text and make sure there is a single 2356 8 Add "gp" and "gP" commands: insert text and make sure there is a single
2353 space before it, unless at the start of the line, and after it, unless at 2357 space before it, unless at the start of the line, and after it, unless at
2354 the end of the line or before a ".". 2358 the end of the line or before a ".".
2355 7 Add objects with backwards extension? Use "I" and "A". Thus "2dAs" 2359 7 Add objects with backwards extension? Use "I" and "A". Thus "2dAs"
2356 deletes the current and previous sentence. (Jens Paulus) 2360 deletes the current and previous sentence. (Jens Paulus)