Skip to content

Commit 15487a3

Browse files
authored
Merge pull request #2449 from h-east/update-options
Update options.{txt,jax}
2 parents 6c9a541 + de2b3b2 commit 15487a3

2 files changed

Lines changed: 24 additions & 15 deletions

File tree

doc/options.jax

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2025 Dec 11
1+
*options.txt* For Vim バージョン 9.1. Last change: 2025 Dec 18
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1869,14 +1869,18 @@ Note 1番目の形式では、行全体がオプション指定に使われる
18691869
それ以外では "")
18701870
グローバル
18711871
{VimのGUIバージョンか |+xterm_clipboard| または
1872-
|+wayland_clipboard| 機能付きでコンパイルされたものの
1873-
み有効}
1872+
|+wayland_clipboard| または |+clipboard_provider| 機能
1873+
付きでコンパイルされたもののみ有効}
18741874
コンマ区切りのキーワードのリストを指定する。
18751875
Note: 要素の1つとして "exclude:" がある場合、要素を後ろに追加すること
18761876
はできない。従って += で後方への要素の追加ではなく ^= を使って前方への
18771877
追加をする。例: >
18781878
set clipboard^=unnamed
18791879
< GUI を使用する場合は、|'go-A'| を参照。
1880+
|clipboard-providers| 機能を使用する場合、"unnamed" および
1881+
"unnamedplus" 機能のみが認識される。|+clipboard| 機能なしでコンパイル
1882+
され、|+clipboard_provider| 機能付きでコンパイルされた場合、それらの値
1883+
のみが許可され、他の値は無効になる。
18801884
認識されるのは、以下のキーワードである。
18811885

18821886
*clipboard-unnamed*
@@ -1899,8 +1903,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
18991903
がコピーされる。Wayland が使用されており、コンポジタが
19001904
プライマリ選択をサポートしていない場合は、代わりに通常
19011905
の選択が使用される。|+X11| または |+wayland_clipboard|
1902-
機能でのみ使用可能である。使用可能かどうかは以下で確認
1903-
できる: >
1906+
機能でのみ使用可能である。
1907+
使用可能かどうかは以下で確認できる: >
19041908
if has('unnamedplus')
19051909
<
19061910
*clipboard-autoselect*
@@ -4566,11 +4570,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる
45664570
を使う。
45674571
*'go-C'*
45684572
'C' 使用可能な場合は |hl-TitleBar| と |hl-TitleBarNC| を使用する。
4569-
現在は MS-Window GUI でのみ動作する。
4573+
現在は MS-Windows GUI でのみ動作する。
45704574
詳細は |gui-w32-title-bar| を参照。
45714575
*'go-d'*
4572-
'd' 可能であれば、ダークテーマの亜種を使用する。現在、Win32 および
4573-
GTK+ GUI でのみ機能する。
4576+
'd' 可能であれば、ダークテーマの亜種を使用する。現在、MS-Windows
4577+
および GTK+ GUI でのみ機能する。
45744578
*'go-e'*
45754579
'e' 'showtabline' で指定されたタイミングでタブを追加する。
45764580
'guitablabel' を使うとタブのラベルのテキストを変更することがで

en/options.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Dec 11
1+
*options.txt* For Vim version 9.1. Last change: 2025 Dec 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1815,13 +1815,19 @@ A jump table for the options with a short description can be found at |Q_op|.
18151815
for X-windows, "" otherwise)
18161816
global
18171817
{only in GUI versions or when the |+xterm_clipboard|
1818-
or |+wayland_clipboard| features are included}
1818+
or |+wayland_clipboard| features or
1819+
|+clipboard_provider| features are included}
18191820
This option is a list of comma-separated names.
18201821
Note: if one of the items is "exclude:", then you can't add an item
18211822
after that. Therefore do not append an item with += but use ^= to
18221823
prepend, e.g.: >
18231824
set clipboard^=unnamed
18241825
< When using the GUI see |'go-A'|.
1826+
When using the |clipboard-providers| feature, only the "unamed" and
1827+
"unnamedplus" features will be recognized If compiled without the
1828+
|+clipboard| feature but compiled with the |+clipboard_provider|
1829+
feature, then they will be the only values allowed and the other
1830+
values will be invalid.
18251831
These names are recognized:
18261832

18271833
*clipboard-unnamed*
@@ -1845,9 +1851,8 @@ A jump table for the options with a short description can be found at |Q_op|.
18451851
'*'. If Wayland is being used and the compositor does
18461852
not support the primary selection then the regular
18471853
selection is used in its place. Only available with
1848-
the |+X11| or
1849-
|+wayland_clipboard| feature. Availability can be
1850-
checked with: >
1854+
the |+X11| or |+wayland_clipboard| feature.
1855+
Availability can be checked with: >
18511856
if has('unnamedplus')
18521857
<
18531858
*clipboard-autoselect*
@@ -4527,11 +4532,11 @@ A jump table for the options with a short description can be found at |Q_op|.
45274532
choices.
45284533
*'go-C'*
45294534
'C' Use |hl-TitleBar| and |hl-TitleBarNC| if available.
4530-
Currently only works for MS-Window GUI.
4535+
Currently only works for MS-Windows GUI.
45314536
See |gui-w32-title-bar| for details.
45324537
*'go-d'*
45334538
'd' Use dark theme variant if available. Currently only works for
4534-
Win32 and GTK+ GUI.
4539+
MS-Windows and GTK+ GUI.
45354540
*'go-e'*
45364541
'e' Add tab pages when indicated with 'showtabline'.
45374542
'guitablabel' can be used to change the text in the labels.

0 commit comments

Comments
 (0)