Skip to content

Commit b3d0ba9

Browse files
committed
Update options.{txt,jax}
1 parent 0fbad89 commit b3d0ba9

2 files changed

Lines changed: 35 additions & 2 deletions

File tree

doc/options.jax

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

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -9091,6 +9091,22 @@ Note 1番目の形式では、行全体がオプション指定に使われる
90919091
ブ パネルは表示されない。
90929092
(デフォルト 20)
90939093

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+
90949110
vert タブパネルに垂直区切り文字を使用する。
90959111
垂直区切り文字は、'fillchars' の "tpl_vert" か
90969112
ら取得される。

en/options.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -9065,6 +9065,23 @@ A jump table for the options with a short description can be found at |Q_op|.
90659065
tab panel will not be displayed.
90669066
(default 20)
90679067

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+
90689085
vert Use a vertical separator for tabpanel.
90699086
The vertical separator character is taken from
90709087
"tpl_vert" in 'fillchars'.

0 commit comments

Comments
 (0)