diff --git a/doc/options.jax b/doc/options.jax index fea98ff73..e5e05a904 100644 --- a/doc/options.jax +++ b/doc/options.jax @@ -1,4 +1,4 @@ -*options.txt* For Vim バージョン 9.1. Last change: 2025 Dec 11 +*options.txt* For Vim バージョン 9.1. Last change: 2025 Dec 18 VIM リファレンスマニュアル by Bram Moolenaar @@ -1869,14 +1869,18 @@ Note 1番目の形式では、行全体がオプション指定に使われる それ以外では "") グローバル {VimのGUIバージョンか |+xterm_clipboard| または - |+wayland_clipboard| 機能付きでコンパイルされたものの - み有効} + |+wayland_clipboard| または |+clipboard_provider| 機能 + 付きでコンパイルされたもののみ有効} コンマ区切りのキーワードのリストを指定する。 Note: 要素の1つとして "exclude:" がある場合、要素を後ろに追加すること はできない。従って += で後方への要素の追加ではなく ^= を使って前方への 追加をする。例: > set clipboard^=unnamed < GUI を使用する場合は、|'go-A'| を参照。 + |clipboard-providers| 機能を使用する場合、"unnamed" および + "unnamedplus" 機能のみが認識される。|+clipboard| 機能なしでコンパイル + され、|+clipboard_provider| 機能付きでコンパイルされた場合、それらの値 + のみが許可され、他の値は無効になる。 認識されるのは、以下のキーワードである。 *clipboard-unnamed* @@ -1899,8 +1903,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる がコピーされる。Wayland が使用されており、コンポジタが プライマリ選択をサポートしていない場合は、代わりに通常 の選択が使用される。|+X11| または |+wayland_clipboard| - 機能でのみ使用可能である。使用可能かどうかは以下で確認 - できる: > + 機能でのみ使用可能である。 + 使用可能かどうかは以下で確認できる: > if has('unnamedplus') < *clipboard-autoselect* @@ -4566,11 +4570,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる を使う。 *'go-C'* 'C' 使用可能な場合は |hl-TitleBar| と |hl-TitleBarNC| を使用する。 - 現在は MS-Window GUI でのみ動作する。 + 現在は MS-Windows GUI でのみ動作する。 詳細は |gui-w32-title-bar| を参照。 *'go-d'* - 'd' 可能であれば、ダークテーマの亜種を使用する。現在、Win32 および - GTK+ GUI でのみ機能する。 + 'd' 可能であれば、ダークテーマの亜種を使用する。現在、MS-Windows + および GTK+ GUI でのみ機能する。 *'go-e'* 'e' 'showtabline' で指定されたタイミングでタブを追加する。 'guitablabel' を使うとタブのラベルのテキストを変更することがで diff --git a/en/options.txt b/en/options.txt index a67864475..a8dbab912 100644 --- a/en/options.txt +++ b/en/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.1. Last change: 2025 Dec 11 +*options.txt* For Vim version 9.1. Last change: 2025 Dec 18 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|. for X-windows, "" otherwise) global {only in GUI versions or when the |+xterm_clipboard| - or |+wayland_clipboard| features are included} + or |+wayland_clipboard| features or + |+clipboard_provider| features are included} This option is a list of comma-separated names. Note: if one of the items is "exclude:", then you can't add an item after that. Therefore do not append an item with += but use ^= to prepend, e.g.: > set clipboard^=unnamed < When using the GUI see |'go-A'|. + When using the |clipboard-providers| feature, only the "unamed" and + "unnamedplus" features will be recognized If compiled without the + |+clipboard| feature but compiled with the |+clipboard_provider| + feature, then they will be the only values allowed and the other + values will be invalid. These names are recognized: *clipboard-unnamed* @@ -1845,9 +1851,8 @@ A jump table for the options with a short description can be found at |Q_op|. '*'. If Wayland is being used and the compositor does not support the primary selection then the regular selection is used in its place. Only available with - the |+X11| or - |+wayland_clipboard| feature. Availability can be - checked with: > + the |+X11| or |+wayland_clipboard| feature. + Availability can be checked with: > if has('unnamedplus') < *clipboard-autoselect* @@ -4527,11 +4532,11 @@ A jump table for the options with a short description can be found at |Q_op|. choices. *'go-C'* 'C' Use |hl-TitleBar| and |hl-TitleBarNC| if available. - Currently only works for MS-Window GUI. + Currently only works for MS-Windows GUI. See |gui-w32-title-bar| for details. *'go-d'* 'd' Use dark theme variant if available. Currently only works for - Win32 and GTK+ GUI. + MS-Windows and GTK+ GUI. *'go-e'* 'e' Add tab pages when indicated with 'showtabline'. 'guitablabel' can be used to change the text in the labels.