diff --git a/doc/tabpage.jax b/doc/tabpage.jax index 791fec162..1bc8b062e 100644 --- a/doc/tabpage.jax +++ b/doc/tabpage.jax @@ -1,4 +1,4 @@ -*tabpage.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20 +*tabpage.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06 VIMリファレンスマニュアル by Bram Moolenaar @@ -116,8 +116,8 @@ CTRL-W gF カーソル下のファイル名のファイルを新しいタブペ そのタブページが閉じられます。 タブページラインが表示されているときは、右上に表示されている "X" をマウスでク -リックすると、カレントタブページが閉じます。|'tabline'| を設定しているときは、 -他の何かが表示されているかもしれません。 +リックすると、カレントタブページが閉じます。'tabline' を設定しているときは、他 +の何かが表示されているかもしれません。 *:tabc* *:tabclose* :tabc[lose][!] カレントタブページを閉じます。 @@ -183,7 +183,7 @@ CTRL-W gF カーソル下のファイル名のファイルを新しいタブペ タブページラインが表示されているときは、タブページラベルをマウスでクリックする と、そのタブページに移動できます。ラベルが表示されていない場所をクリックする -と、次のタブページに移動できます。 |'tabline'| +と、次のタブページに移動できます。 'tabline' :tabn[ext] *:tabn* *:tabnext* *gt* *CTRL-* ** diff --git a/en/tabpage.txt b/en/tabpage.txt index b1efbd162..33fd2e02e 100644 --- a/en/tabpage.txt +++ b/en/tabpage.txt @@ -1,4 +1,4 @@ -*tabpage.txt* For Vim version 9.1. Last change: 2025 Jul 20 +*tabpage.txt* For Vim version 9.1. Last change: 2025 Aug 06 VIM REFERENCE MANUAL by Bram Moolenaar @@ -118,7 +118,7 @@ Closing the last window of a tab page closes the tab page too, unless there is only one tab page. Using the mouse: If the tab page line is displayed you can click in the "X" at -the top right to close the current tab page. A custom |'tabline'| may show +the top right to close the current tab page. A custom 'tabline' may show something else. *:tabc* *:tabclose* @@ -183,7 +183,7 @@ SWITCHING TO ANOTHER TAB PAGE: Using the mouse: If the tab page line is displayed you can click in a tab page label to switch to that tab page. Click where there is no label to go to the -next tab page. |'tabline'| +next tab page. 'tabline' :tabn[ext] *:tabn* *:tabnext* *gt* *CTRL-* **