Skip to content

Commit 19edb50

Browse files
authored
Merge pull request #2220 from h-east/update-tabpage
Update tabpage.{txt,jax}
2 parents db520f5 + 9f50e64 commit 19edb50

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/tabpage.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -116,8 +116,8 @@ CTRL-W gF カーソル下のファイル名のファイルを新しいタブペ
116116
そのタブページが閉じられます。
117117

118118
タブページラインが表示されているときは、右上に表示されている "X" をマウスでク
119-
リックすると、カレントタブページが閉じます。|'tabline'| を設定しているときは、
120-
他の何かが表示されているかもしれません
119+
リックすると、カレントタブページが閉じます。'tabline' を設定しているときは、
120+
の何かが表示されているかもしれません
121121

122122
*:tabc* *:tabclose*
123123
:tabc[lose][!] カレントタブページを閉じます。
@@ -183,7 +183,7 @@ CTRL-W gF カーソル下のファイル名のファイルを新しいタブペ
183183

184184
タブページラインが表示されているときは、タブページラベルをマウスでクリックする
185185
と、そのタブページに移動できます。ラベルが表示されていない場所をクリックする
186-
と、次のタブページに移動できます。 |'tabline'|
186+
と、次のタブページに移動できます。 'tabline'
187187

188188
:tabn[ext] *:tabn* *:tabnext* *gt*
189189
<C-PageDown> *CTRL-<PageDown>* *<C-PageDown>*

en/tabpage.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tabpage.txt* For Vim version 9.1. Last change: 2025 Jul 20
1+
*tabpage.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
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
118118
only one tab page.
119119

120120
Using the mouse: If the tab page line is displayed you can click in the "X" at
121-
the top right to close the current tab page. A custom |'tabline'| may show
121+
the top right to close the current tab page. A custom 'tabline' may show
122122
something else.
123123

124124
*:tabc* *:tabclose*
@@ -183,7 +183,7 @@ SWITCHING TO ANOTHER TAB PAGE:
183183

184184
Using the mouse: If the tab page line is displayed you can click in a tab page
185185
label to switch to that tab page. Click where there is no label to go to the
186-
next tab page. |'tabline'|
186+
next tab page. 'tabline'
187187

188188
:tabn[ext] *:tabn* *:tabnext* *gt*
189189
<C-PageDown> *CTRL-<PageDown>* *<C-PageDown>*

0 commit comments

Comments
 (0)