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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -366,6 +366,9 @@ GUI のタブページラインにはポップアップメニューがありま
366
366
のウィンドウの個数も表示されます。よって "3+" という表示は3個のウィンドウを含
367
367
む、そのうちの1つが変更されているバッファを含むということを意味します。
368
368
369
+ 複数のタブページが開いていて、'mouse' が有効になっている場合にのみ、最後のカラ
370
+ ムに "X" (閉じるボタン) が表示されます。
371
+
369
372
オプション 'tabline' を使って、タブページラベルを好みの表示に設定できます。こ
370
373
れはあまり簡単ではないので、サンプルを用意してあります。
371
374
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
2
2
3
3
4
4
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
363
363
windows in a tabpage is also shown. Thus "3+" means three windows and one of
364
364
them has a modified buffer.
365
365
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
+
366
369
The 'tabline' option allows you to define your preferred way to tab pages
367
370
labels. This isn't easy, thus an example will be given here.
368
371
You can’t perform that action at this time.
0 commit comments