Skip to content

Commit 773b37b

Browse files
committed
Update tabpage.{txt,jax}
1 parent 2fec13f commit 773b37b

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

doc/tabpage.jax

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tabpage.txt* For Vim バージョン 9.1. Last change: 2025 Jun 07
1+
*tabpage.txt* For Vim バージョン 9.1. Last change: 2025 Jul 01
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -18,6 +18,8 @@
1818

1919
{|+windows| 機能がコンパイル時に無効になっていると、複数のタブページを使用でき
2020
ません}
21+
{|+tabpanel| 機能がコンパイル時に無効になっていると、|tabpanel| 機能を使用でき
22+
ません}
2123

2224
==============================================================================
2325
1. はじめに *tab-page-intro*
@@ -439,16 +441,16 @@ GUI のタブページラインにはポップアップメニューがありま
439441
| |text text text text text text text
440442
| |text text text text text text text
441443
<
442-
タブパネルを設定するには、以下のオプションを使用します: 'tabpanel'
443-
'showtabpanel''tabpanelopt'
444-
'tabpanel' および 'showtabpanel' オプションは'statusline' または 'tabline'
445-
オプションと同様の機能を持ちます
444+
タブパネルを設定するには、'tabpanel''showtabpanel''tabpanelopt' オプション
445+
を使用します。'tabpanel' オプションは 'statusline''tabline' と同様に機能
446+
し、'showtabpanel' オプションは 'laststatus''showtabline' と同様に機能しま
447+
446448

447449
'tabpanelopt' オプションの "columns:" 項目は、タブパネルの幅を指定します:
448450
>
449-
+------ この幅
450-
|
451-
<----+----->
451+
+------ この幅
452+
|
453+
<----+----->
452454
+-----------+----------------------------------
453455
|(1) |text text text text text text text
454456
| ~/aaa.txt|text text text text text text text
@@ -465,9 +467,9 @@ GUI のタブページラインにはポップアップメニューがありま
465467
'tabpanelopt' オプションの "vert" 項目は、タブパネルとウィンドウの表示部分の間
466468
に垂直セパレーターを表示するかどうかを指定します:
467469
>
468-
+------ ここ
469-
|
470-
v
470+
+------ ここ
471+
|
472+
v
471473
+-----------+----------------------------------
472474
|(1) |text text text text text text text
473475
| ~/aaa.txt|text text text text text text text

en/tabpage.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tabpage.txt* For Vim version 9.1. Last change: 2025 Jun 07
1+
*tabpage.txt* For Vim version 9.1. Last change: 2025 Jul 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -19,6 +19,8 @@ when used in combination with more than one tab page.
1919

2020
{not able to use multiple tab pages when the |+windows| feature was disabled
2121
at compile time}
22+
{not able to use |tabpanel| feature when the |+tabpanel| feature was disabled
23+
at compile time}
2224

2325
==============================================================================
2426
1. Introduction *tab-page-intro*
@@ -438,15 +440,15 @@ side of the window. It looks like this:
438440
<
439441
To configure the tabpanel, use the following options: 'tabpanel',
440442
'showtabpanel' and 'tabpanelopt'.
441-
The 'tabpanel' and 'showtabpanel' options function similar to
442-
'statusline' or 'tabline'.
443+
The 'tabpanel' option functions similar to 'statusline' or 'tabline', and the
444+
'showtabpanel' option functions similar to 'laststatus' or 'showtabline'.
443445

444446
The "columns:" item of 'tabpanelopt' option specifies the width of the
445447
tabpanel:
446448
>
447-
+------ This width
448-
|
449-
<----+----->
449+
+------ This width
450+
|
451+
<----+----->
450452
+-----------+----------------------------------
451453
|(1) |text text text text text text text
452454
| ~/aaa.txt|text text text text text text text
@@ -464,9 +466,9 @@ The "vert" item of the 'tabpanelopt' option specifies whether a vertical
464466
separator should be displayed between the tabpanel and the display part of the
465467
window:
466468
>
467-
+------ This is
468-
|
469-
v
469+
+------ This is
470+
|
471+
v
470472
+-----------+----------------------------------
471473
|(1) |text text text text text text text
472474
| ~/aaa.txt|text text text text text text text

0 commit comments

Comments
 (0)