comparison runtime/doc/todo.txt @ 684:a8caf7dd853d v7.0205

updated for version 7.0205
author vimboss
date Thu, 23 Feb 2006 21:34:44 +0000
parents 9364d114ed8d
children d7e33248b9c8
comparison
equal deleted inserted replaced
683:a39b8af64334 684:a8caf7dd853d
1 *todo.txt* For Vim version 7.0aa. Last change: 2006 Feb 22 1 *todo.txt* For Vim version 7.0aa. Last change: 2006 Feb 23
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 Completion: When back at the original word behave like after BS. 33 :tablast
34 34 :tabfirst
35 Completion: When to get out of the BS state when the user keeps on typing? 35 Also support:
36 36 :tabdup split the tab with all its windows.
37 TabLineMod, TabLineModSel hl when a buffer is modified in a tab. 37 :tab ball tab page for each buffer
38 Command(s) to reorder tabs? ":tabmove N". 38 :tab all tab page for each argument
39 Open new tab by double click in tab line. 39 :tabdo cmd ":tabdo windo cmd" should also work
40 "gT", ":tpNext" and ":tpprev" to go to previous tab? 40
41 ":tab" -> ":tpnext". 41 In GUI: right click can popup a menu to close a specific tab.
42 ":tab" or ":tabpage" modifier to open new window in new tab.
43 E.g., ":tab help gt"
44 Keep a few commands as shortcuts:
45 :tpnew :tab new
46 :tpedit -
47 :tpclose :tab close
48 :tponly :tab only
49 :tpnext -
50 :tpprevious -
51 :tpNext -
52 :tplast -
53 :tpfirst -
54 ":tab!" to open it at the end, ":0tab" to open at the start.
55 ":tab split" opens tab with window same as current window.
56 ":tpsplit" would split the tab with all its windows.
57 In GUI: right click can popup menu to close a specific tab.
58 Option to put tab line at the left or right? Need an option to specify its 42 Option to put tab line at the left or right? Need an option to specify its
59 witdh. It's like a separate window with ":tabs" output. 43 witdh. It's like a separate window with ":tabs" output.
60 :tabdo ":tabdo windo cmd" should also work
61 44
62 Add an argument to search functions to stop at a certain line number. 45 Add an argument to search functions to stop at a certain line number.
63 search('{', 'b', line('w0')) 46 search('{', 'b', line('w0'))
64 search('{', '', line('w$')) 47 search('{', '', line('w$'))
65 Also start at a specified position? 48 Also start at a specified position?