Skip to content

Commit 3d4234a

Browse files
authored
Merge pull request #2166 from h-east/update-tabpage
Update tabpage.{txt,jax}
2 parents 8ab6a58 + d512127 commit 3d4234a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/tabpage.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -366,6 +366,9 @@ GUI のタブページラインにはポップアップメニューがありま
366366
のウィンドウの個数も表示されます。よって "3+" という表示は3個のウィンドウを含
367367
む、そのうちの1つが変更されているバッファを含むということを意味します。
368368

369+
複数のタブページが開いていて、'mouse' が有効になっている場合にのみ、最後のカラ
370+
ムに "X" (閉じるボタン) が表示されます。
371+
369372
オプション 'tabline' を使って、タブページラベルを好みの表示に設定できます。こ
370373
れはあまり簡単ではないので、サンプルを用意してあります。
371374

en/tabpage.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -363,6 +363,9 @@ A "+" will be shown for a tab page that has a modified window. The number of
363363
windows in a tabpage is also shown. Thus "3+" means three windows and one of
364364
them has a modified buffer.
365365

366+
An "X" (close button) will appear in the last column when multiple tabs are
367+
open, but only if the 'mouse' is enabled.
368+
366369
The 'tabline' option allows you to define your preferred way to tab pages
367370
labels. This isn't easy, thus an example will be given here.
368371

0 commit comments

Comments
 (0)