Skip to content

Commit 0226b5a

Browse files
committed
Update tabpage from Vim 8.0 to 8.1
1 parent 2443a33 commit 0226b5a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

doc/tabpage.jax

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tabpage.txt* For Vim バージョン 8.0. Last change: 2016 Oct 20
1+
*tabpage.txt* For Vim バージョン 8.1. Last change: 2018 Mar 29
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -212,7 +212,9 @@ gT 前のタブページに移動します。前のタブページがない場
212212
:tabN[ext] {count}
213213
{count}<C-PageUp>
214214
{count}gT {count} の数だけ前のタブページに移動します。前のタブページがな
215-
い場合は最後のタブページに移動します。
215+
い場合は最後のタブページに移動します。 Note: |:tabnext| とは
216+
{count} の使われ方が異なっていて、そちらでは移動先のタブ番号と
217+
して扱われます。
216218

217219
:tabr[ewind] *:tabfir* *:tabfirst* *:tabr* *:tabrewind*
218220
:tabfir[st] 最初のタブページに移動します。
@@ -286,7 +288,6 @@ Note :Ntabmove を使うことでタブを N 番目のタブの後ろに移動
286288
{cmd} はタブページを開いたり閉じたり並べ替えたりしてはいけませ
287289
ん。
288290
{Vi にはありません}
289-
{|+listcmds| が有効な場合のみ利用できます}
290291
|:windo||:argdo||:bufdo||:cdo||:ldo||:cfdo||:lfdo|
291292
も参照してください。
292293

en/tabpage.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tabpage.txt* For Vim version 8.0. Last change: 2016 Oct 20
1+
*tabpage.txt* For Vim version 8.1. Last change: 2018 Mar 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -213,7 +213,8 @@ gT Go to the previous tab page. Wraps around from the first one
213213
:tabN[ext] {count}
214214
{count}<C-PageUp>
215215
{count}gT Go {count} tab pages back. Wraps around from the first one
216-
to the last one.
216+
to the last one. Note that the use of {count} is different
217+
from |:tabnext|, where it is used as the tab page number.
217218

218219
:tabr[ewind] *:tabfir* *:tabfirst* *:tabr* *:tabrewind*
219220
:tabfir[st] Go to the first tab page.
@@ -286,8 +287,7 @@ LOOPING OVER TAB PAGES:
286287
current tab page.
287288
{cmd} can contain '|' to concatenate several commands.
288289
{cmd} must not open or close tab pages or reorder them.
289-
{not in Vi} {not available when compiled without the
290-
|+listcmds| feature}
290+
{not in Vi}
291291
Also see |:windo|, |:argdo|, |:bufdo|, |:cdo|, |:ldo|, |:cfdo|
292292
and |:lfdo|
293293

0 commit comments

Comments
 (0)