summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-25 21:55:24 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-25 21:55:24 +0000
commita562149de3f44a24669ce191c9d557f979da8556 (patch)
treef3229a610b81da116b5ad4ac534d30d88443412f /runtime
parent5c8837f9d7785c65c40f1485a779cc886750a5e9 (diff)
updated for version 7.0207v7.0207
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt22
-rw-r--r--runtime/doc/version7.txt9
2 files changed, 18 insertions, 13 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 89370acdb5..7b60f76afd 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 24
+*todo.txt* For Vim version 7.0aa. Last change: 2006 Feb 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,20 +30,17 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
-Fix for hlsearch getting stuck on multibyte char also in 6.4. reportec by
-Yukihiro Nakadaira.
-
-
Tab pages:
+- Add 'guitablabel' option.
- GTK GUI implementation for the tab pages line:
- /tmp/vim61_tab.patch.bz2
- Window height can be wrong:
- :set go-=e
- resize to fill screen
- :set go+=e
- Add 'guitabitem' option?
-- GUI implementation for the tab pages line for other systems.
+ handling of tab in insert mode (like clicking mouse in other window)
+ and cmdline mode (keep current tab)
+
+9 GUI implementation for the tab pages line for other systems.
+8 Make GUI menu in tab pages line configurable. Like the popup menu.
8 tab pages in the session file, if "tabpages" in 'sessionoptions'
+8 :tabmove +N move tab page N pages forward
+8 :tabmove -N move tab page N pages backward
7 :tabdup duplicate the tab with all its windows.
6 :tab ball tab page for each buffer
6 :tab all tab page for each argument
@@ -136,6 +133,7 @@ all. (Gautam Iyer)
Mac unicode patch (Da Woon Jung):
- configuration option for platform: i386, ppc or both.
+ Use __LITTLE_ENDIAN__ to test for current platform.
- selecting proportional font breaks display
- UTF-8 text causes display problems. Font replacement causes this.
- Command-key mappings do not work. (Alan Schmitt)
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 465c02c448..50d33dc318 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 24
+*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1749,4 +1749,11 @@ short instead of a char to store the color number.
ml_get errors when searching for "\n\zs" in an empty file.
+When selecting a block and using "$" to select until the end of every line and
+not highlighting the character under the cursor the first character of the
+block could be unhighlighted.
+
+When counting words for the Visual block area and using "$" to select until
+the end of every line only up to the length of the last line was counted.
+
vim:tw=78:ts=8:ft=help:norl: