summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-23 21:34:44 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-23 21:34:44 +0000
commit2a3f7eeebfa05a33cc1d8fbba66a3dff976e8dd7 (patch)
treeb4bd251efd74e42e1d3938da9968831c8b6d69ad /runtime
parentdf1bdc92c289d4531f82418f448466c99ca4bb78 (diff)
updated for version 7.0205v7.0205
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt37
-rw-r--r--runtime/doc/version7.txt3
2 files changed, 12 insertions, 28 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index f50d04fbc1..93a92fd435 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.0aa. Last change: 2006 Feb 22
+*todo.txt* For Vim version 7.0aa. Last change: 2006 Feb 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,34 +30,17 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
-Completion: When back at the original word behave like after BS.
-
-Completion: When to get out of the BS state when the user keeps on typing?
-
-TabLineMod, TabLineModSel hl when a buffer is modified in a tab.
-Command(s) to reorder tabs? ":tabmove N".
-Open new tab by double click in tab line.
-"gT", ":tpNext" and ":tpprev" to go to previous tab?
-":tab" -> ":tpnext".
-":tab" or ":tabpage" modifier to open new window in new tab.
- E.g., ":tab help gt"
- Keep a few commands as shortcuts:
- :tpnew :tab new
- :tpedit -
- :tpclose :tab close
- :tponly :tab only
- :tpnext -
- :tpprevious -
- :tpNext -
- :tplast -
- :tpfirst -
- ":tab!" to open it at the end, ":0tab" to open at the start.
- ":tab split" opens tab with window same as current window.
- ":tpsplit" would split the tab with all its windows.
-In GUI: right click can popup menu to close a specific tab.
+:tablast
+:tabfirst
+Also support:
+ :tabdup split the tab with all its windows.
+ :tab ball tab page for each buffer
+ :tab all tab page for each argument
+ :tabdo cmd ":tabdo windo cmd" should also work
+
+In GUI: right click can popup a menu to close a specific tab.
Option to put tab line at the left or right? Need an option to specify its
witdh. It's like a separate window with ":tabs" output.
- :tabdo ":tabdo windo cmd" should also work
Add an argument to search functions to stop at a certain line number.
search('{', 'b', line('w0'))
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index addb5a2234..6da26a0f97 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 22
+*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -657,6 +657,7 @@ different value.
VHDL indent file (Gerald Lai)
+MGL syntax file. (Gero Kuhlmann)
New Keymaps: ~