File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
363363windows in a tabpage is also shown. Thus "3+" means three windows and one of
364364them 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+
366369The 'tabline' option allows you to define your preferred way to tab pages
367370labels. This isn't easy, thus an example will be given here.
368371
You can’t perform that action at this time.
0 commit comments