Skip to content

Commit df50ee1

Browse files
authored
Merge pull request #2605 from h-east/update-options
Update options.{txt,jax}
2 parents e82bebe + a7104cf commit df50ee1

2 files changed

Lines changed: 31 additions & 69 deletions

File tree

doc/options.jax

Lines changed: 15 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.2. Last change: 2026 Apr 21
1+
*options.txt* For Vim バージョン 9.2. Last change: 2026 Apr 28
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -9078,40 +9078,21 @@ Note 1番目の形式では、行全体がオプション指定に使われる
90789078
|tabpanel| のオプション設定である。以下の項目から構成される。項目はコ
90799079
ンマで区切る必要がある。
90809080

9081-
align:{text} タブパネルの位置を指定する。
9082-
現在サポートされているポジションは以下:
9083-
9084-
left 左側
9081+
align:{text} タブパネルの位置を指定する。
9082+
現在サポートされているポジションは以下:
9083+
left 左側 (デフォルト)
90859084
right 右側
9086-
9087-
(デフォルト "left")
9088-
9089-
columns:{n} タブパネルの桁数。
9090-
この値が 0 または 'columns' より小さい場合、タ
9091-
ブ パネルは表示されない。
9092-
(デフォルト 20)
9093-
9094-
scroll タブページの一覧が画面の高さを超えた場合に、タ
9095-
ブパネル領域でマウスホイールによるスクロールを
9096-
有効にする。スクロールのステップは
9097-
'mousescroll' で制御される。無効 (デフォルト)
9098-
の場合、タブパネルにはカレントタブページを含む
9099-
ページが表示され、そのページ以外のタブページを
9100-
表示することはできない。
9101-
9102-
scrollbar タブパネルに、現在のスクロール位置を示す 1 列
9103-
のスクロールバーを確保する。スクロールバーは、
9104-
トラックとサムにそれぞれ |hl-PmenuSbar| と
9105-
|hl-PmenuThumb| のハイライトグループを使用す
9106-
る。スクロールバーの列をクリックすると、サムが
9107-
その位置に移動する。サムはドラッグすることもで
9108-
きる。"scroll" の意味を含む。
9109-
9110-
vert タブパネルに垂直区切り文字を使用する。
9111-
垂直区切り文字は、'fillchars' の "tpl_vert" か
9112-
ら取得される。
9113-
(デフォルト off)
9114-
9085+
columns:{n} タブパネルの桁数。(デフォルトは 20)
9086+
この値が 0 または 'columns' より小さい場合、タブ
9087+
パネルは表示されない。
9088+
scrollbar "align:" の設定に関係なく、タブパネルの右端に常に
9089+
1 列分のスクロールバーを表示する。(デフォルトはオ
9090+
フ)
9091+
|tabpanel-scroll| を参照。
9092+
vert タブパネルとバッファ領域の境界に垂直区切り線が描画
9093+
されます。(デフォルトはオフ)
9094+
描画される文字は、'fillchars' の "tpl_vert" を使用
9095+
する。
91159096
例: >
91169097
:set tabpanelopt=columns:16,align:right
91179098
:set tabpanelopt=

en/options.txt

Lines changed: 16 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.2. Last change: 2026 Apr 21
1+
*options.txt* For Vim version 9.2. Last change: 2026 Apr 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -9052,41 +9052,22 @@ A jump table for the options with a short description can be found at |Q_op|.
90529052
Optional settings for the |tabpanel|, It can consist of the following
90539053
items. Items must be separated by a comma.
90549054

9055-
align:{text} Specifies the position of the tabpanel.
9056-
Currently supported positions are:
9057-
9058-
left left-side
9055+
align:{text} Specifies the position of the tabpanel.
9056+
Currently supported positions are:
9057+
left left-side (default)
90599058
right right-side
9060-
9061-
(default "left")
9062-
9063-
columns:{n} Number of columns of the tabpanel.
9064-
If this value is 0 or less than 'columns', the
9065-
tab panel will not be displayed.
9066-
(default 20)
9067-
9068-
scroll Enable mouse wheel scrolling over the tabpanel
9069-
area when the tab list exceeds the visible
9070-
screen height. The scroll step is controlled
9071-
by 'mousescroll'. When disabled (the default),
9072-
the tabpanel shows the page containing the
9073-
current tab, with no way to view tabs outside
9074-
that page.
9075-
9076-
scrollbar Reserve a one-column scrollbar in the tabpanel
9077-
showing the current scroll position. The
9078-
scrollbar uses the |hl-PmenuSbar| and
9079-
|hl-PmenuThumb| highlight groups for the track
9080-
and thumb respectively. Clicking on the
9081-
scrollbar column jumps the thumb to that
9082-
position; the thumb can also be dragged.
9083-
Implies "scroll".
9084-
9085-
vert Use a vertical separator for tabpanel.
9086-
The vertical separator character is taken from
9087-
"tpl_vert" in 'fillchars'.
9088-
(default off)
9089-
9059+
columns:{n} Number of columns of the tabpanel. (default 20)
9060+
If this value is 0 or less than 'columns', the
9061+
tabpanel will not be displayed.
9062+
scrollbar A one-column scrollbar is always displayed at the
9063+
right edge of the tabpanel, regardless of the
9064+
"align:" setting. (default off)
9065+
See |tabpanel-scroll|.
9066+
vert The vertical separator is drawn at the boundary
9067+
between the tabpanel and the buffer area.
9068+
(default off)
9069+
The character to be drawn uses "tpl_vert" from
9070+
'fillchars'.
90909071
Examples: >
90919072
:set tabpanelopt=columns:16,align:right
90929073
:set tabpanelopt=

0 commit comments

Comments
 (0)