summaryrefslogtreecommitdiff
path: root/runtime/doc/tabpage.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-13 20:37:35 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-13 20:37:35 +0000
commit7fc904b610d5739dd7b72fb2f6b0e4b330c97179 (patch)
treea7ea75d0ab26a753f13949e25e08e2c875b37d69 /runtime/doc/tabpage.txt
parent18144c84231aee36ae1d11b74941c9b318f1706a (diff)
downloadvim-git-7fc904b610d5739dd7b72fb2f6b0e4b330c97179.tar.gz
updated for version 7.0d03v7.0d03
Diffstat (limited to 'runtime/doc/tabpage.txt')
-rw-r--r--runtime/doc/tabpage.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt
index 43b05b324..b775bacf9 100644
--- a/runtime/doc/tabpage.txt
+++ b/runtime/doc/tabpage.txt
@@ -1,4 +1,4 @@
-*tabpage.txt* For Vim version 7.0d. Last change: 2006 Apr 09
+*tabpage.txt* For Vim version 7.0d. Last change: 2006 Apr 13
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -124,11 +124,12 @@ next tab page. |'tabline'|
:tabn[ext] *:tabn* *:tabnext* *gt*
gt *CTRL-<PageDown>* *<C-PageDown>*
-<C-PageDown> Go to the next tab page. Wraps around from the last to the
+<C-PageDown> *i_CTRL-<PageDown>* *i_<C-PageDown>*
+ Go to the next tab page. Wraps around from the last to the
first one.
-:tabn[ext] {count}
-{count}gt *CTRL-<PageUp>* *<C-PageUp>*
+:tabn[ext] {count} *CTRL-<PageUp>* *<C-PageUp>*
+{count}gt *i_CTRL-<PageUp>* *i_<C-PageUp>*
<C-PageUp> Go to tab page {count}. The first tab page has number one.