Skip to content

Commit 4461b1f

Browse files
committed
Update tabpage.{txt,jax}
1 parent b56541f commit 4461b1f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/tabpage.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tabpage.txt* For Vim バージョン 9.1. Last change: 2024 May 15
1+
*tabpage.txt* For Vim バージョン 9.1. Last change: 2024 Jul 12
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -142,7 +142,8 @@ CTRL-W gF カーソル下のファイル名のファイルを新しいタブペ
142142
:tabclose $ " 右端のタブページを閉じる
143143
:tabclose # " 最後にアクセスしたタブページを閉じる
144144
145-
タブが閉じられると、次のタブページがカレントタブページになります。
145+
タブが閉じられると、次のタブページがカレントタブページになります。この挙動は、
146+
'tabclose' オプションを使用してカスタマイズできます。
146147

147148
*:tabo* *:tabonly*
148149
:tabo[nly][!] カレントタブページ以外のすべてのタブページを閉じます。

en/tabpage.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tabpage.txt* For Vim version 9.1. Last change: 2024 May 15
1+
*tabpage.txt* For Vim version 9.1. Last change: 2024 Jul 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -142,7 +142,8 @@ something else.
142142
:tabclose $ " close the last tab page
143143
:tabclose # " close the last accessed tab page
144144
145-
When a tab is closed the next tab page will become the current one.
145+
When a tab is closed the next tab page will become the current one. This
146+
behaviour can be customized using the 'tabclose' option.
146147

147148
*:tabo* *:tabonly*
148149
:tabo[nly][!] Close all other tab pages.

0 commit comments

Comments
 (0)