summaryrefslogtreecommitdiffstats
path: root/runtime/doc/tabpage.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-25 22:13:59 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-25 22:13:59 +0000
commit551dbcc9b604c2992f908fb475e797fcc116315b (patch)
treed48db26e4f3470df23fdd8e8593bcf067fab4142 /runtime/doc/tabpage.txt
parentf9393ef5efde2f425fbd9e19363186f8c9103376 (diff)
updated for version 7.0f01v7.0f01
Diffstat (limited to 'runtime/doc/tabpage.txt')
-rw-r--r--runtime/doc/tabpage.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt
index 2fe366c719..6fbdeb5b4c 100644
--- a/runtime/doc/tabpage.txt
+++ b/runtime/doc/tabpage.txt
@@ -1,4 +1,4 @@
-*tabpage.txt* For Vim version 7.0f. Last change: 2006 Apr 24
+*tabpage.txt* For Vim version 7.0f. Last change: 2006 Apr 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -162,8 +162,8 @@ Other commands:
REORDERING TAB PAGES:
- *:tabm* *:tabmove*
-:tabmove N Move the current tab page to after tab page N. Use zero to
+:tabm[ove] [N] *:tabm* *:tabmove*
+ Move the current tab page to after tab page N. Use zero to
make the current tab page the first one. Without N the tab
page is made the last one.