Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/tabpage.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*tabpage.txt* For Vim バージョン 9.1. Last change: 2025 Jul 01
*tabpage.txt* For Vim バージョン 9.1. Last change: 2025 Jul 17


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

複数のタブページが開いていて、'mouse' が有効になっている場合にのみ、最後のカラ
ムに "X" (閉じるボタン) が表示されます。

オプション 'tabline' を使って、タブページラベルを好みの表示に設定できます。こ
れはあまり簡単ではないので、サンプルを用意してあります。

Expand Down
5 changes: 4 additions & 1 deletion en/tabpage.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*tabpage.txt* For Vim version 9.1. Last change: 2025 Jul 01
*tabpage.txt* For Vim version 9.1. Last change: 2025 Jul 17


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

An "X" (close button) will appear in the last column when multiple tabs are
open, but only if the 'mouse' is enabled.

The 'tabline' option allows you to define your preferred way to tab pages
labels. This isn't easy, thus an example will be given here.

Expand Down