File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *options.txt* For Vim バージョン 9.1. Last change: 2026 Jan 11
1+ *options.txt* For Vim バージョン 9.1. Last change: 2026 Jan 29
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -4553,8 +4553,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
45534553 ードを使おうとはしない。
45544554 モードレスセレクションについても同様である。
45554555 *'go-P'*
4556- 'P' 自動選択 (autoselect) と似ているが、"* レジスタの代わりに "+
4557- レジスタを使う 。
4556+ 'P' 自動選択 (autoselect) と似ているが、"* レジスタではなく "+ レ
4557+ ジスタにのみコピーする 。
45584558 *'go-A'*
45594559 'A' モードレスセレクションに対する自動選択。フラグ 'a' と似ている
45604560 が、モードレスセレクションにのみ適用される。
@@ -8784,8 +8784,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
87848784 ない。
87858785
87868786 |g:actual_curtabpage| は、タブパネルに割り当てられた関数内で使用でき
8787- る。|g:actual_curtabpage| はカレントタブのラベル番号を表す。このオプ
8788- ションの値には改行を含めることができる : >
8787+ る。|g:actual_curtabpage| はカレントタブページのラベル番号を表す。オプ
8788+ ション値には、改行を強制するために "\n" を含めることができる : >
87898789
87908790 set tabpanel=%!TabPanel()
87918791 function! TabPanel() abort
@@ -8803,6 +8803,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
88038803 | |
88048804 | |
88058805<
8806+ Note: "\n" の使用は実験的なものと見なされており、将来変更される可能性
8807+ がある。代わりに %-アトムが使用されるかもしれない。
8808+
88068809 *'tabpanelopt'* *'tplo'*
88078810'tabpanelopt' 'tplo' 文字列 (既定では "")
88088811 グローバル
Original file line number Diff line number Diff line change 1- *options.txt* For Vim version 9.1. Last change: 2026 Jan 11
1+ *options.txt* For Vim version 9.1. Last change: 2026 Jan 29
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4515,8 +4515,8 @@ A jump table for the options with a short description can be found at |Q_op|.
45154515 by a yank or delete operation for the "* register.
45164516 The same applies to the modeless selection.
45174517 *'go-P'*
4518- 'P' Like autoselect but using the "+ register instead of the "*
4519- register.
4518+ 'P' Like autoselect but only copy to the "+ register instead of
4519+ the "* register.
45204520 *'go-A'*
45214521 'A' Autoselect for the modeless selection. Like 'a', but only
45224522 applies to the modeless selection.
@@ -8748,7 +8748,7 @@ A jump table for the options with a short description can be found at |Q_op|.
87488748
87498749 You can use | g:actual_curtabpage | within a function assigned to
87508750 tabpanel. | g:actual_curtabpage | represents current tab's label number.
8751- The option value can contain line breaks: >
8751+ The option value can contain "\n" to force line breaks: >
87528752
87538753 set tabpanel=%!TabPanel()
87548754 function! TabPanel() abort
@@ -8766,6 +8766,9 @@ A jump table for the options with a short description can be found at |Q_op|.
87668766 | |
87678767 | |
87688768<
8769+ Note: using "\n" is considered experimental and may change in the
8770+ future; a %-atom may be used instead.
8771+
87698772 *'tabpanelopt'* *'tplo'*
87708773'tabpanelopt' 'tplo' string (default "")
87718774 global
You can’t perform that action at this time.
0 commit comments