File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- *tabpage.txt* For Vim バージョン 9.1. Last change: 2024 May 15
1
+ *tabpage.txt* For Vim バージョン 9.1. Last change: 2024 Jul 12
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -142,7 +142,8 @@ CTRL-W gF カーソル下のファイル名のファイルを新しいタブペ
142
142
:tabclose $ " 右端のタブページを閉じる
143
143
:tabclose # " 最後にアクセスしたタブページを閉じる
144
144
145
- タブが閉じられると、次のタブページがカレントタブページになります。
145
+ タブが閉じられると、次のタブページがカレントタブページになります。この挙動は、
146
+ 'tabclose' オプションを使用してカスタマイズできます。
146
147
147
148
*:tabo* *:tabonly*
148
149
:tabo[nly][!] カレントタブページ以外のすべてのタブページを閉じます。
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -142,7 +142,8 @@ something else.
142
142
:tabclose $ " close the last tab page
143
143
:tabclose # " close the last accessed tab page
144
144
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.
146
147
147
148
*:tabo* *:tabonly*
148
149
:tabo[nly][!] Close all other tab pages.
You can’t perform that action at this time.
0 commit comments