summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-17 16:30:42 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-17 16:30:42 +0200
commit58f0a1f8e1e9c5fa521231c966c484076989476e (patch)
treedebf7928a0488d0fc017f3193b5017c8751769f5 /runtime/doc
parentc5604bc1656354af7404270e27441f2e8f70d785 (diff)
Make it possible to drag a tab page label to another position. (Paul B. Mahol)
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/tabpage.txt2
-rw-r--r--runtime/doc/todo.txt5
2 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt
index 4276ade2e7..34b424355e 100644
--- a/runtime/doc/tabpage.txt
+++ b/runtime/doc/tabpage.txt
@@ -46,7 +46,7 @@ close the tab page.
OPENING A NEW TAB PAGE:
When starting Vim "vim -p filename ..." opens each file argument in a separate
-tab page (up to 'tabpagemax'). |-p|
+tab page (up to 'tabpagemax'). See |-p|
A double click with the mouse in the non-GUI tab pages line opens a new, empty
tab page. It is placed left of the position of the click. The first click
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 284968fbc4..364ea491cc 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -30,6 +30,8 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
+GTK: torn-off menu doesn't work.
+
Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
Test 69 breaks on MS-Windows, both 32 and 64 builds. (George Reilly, 2010 Feb
@@ -1091,9 +1093,6 @@ Before (beta) release 7.3:
Vim 7.3:
Patches to possibly include:
-- 9 Make it possible to drag a tab page label to another position with the
- mouse.
- Patch by Paul B. Mahol, 2008 Aug 29.
- Mac: Patch to disable antialias. (LC Mi, 2008 Aug 23) Tested on 10.5 and
10.4.
- Patch for adding "J" flag to 'cinoptions': placement of jump label. (Manuel