Skip to content

Commit 9cfdde3

Browse files
committed
Update various.{txt,jax}
1 parent 46ce4f7 commit 9cfdde3

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

doc/various.jax

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
1+
*various.txt* For Vim バージョン 9.1. Last change: 2025 Oct 16
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -378,7 +378,14 @@ m *+channel* プロセス間通信 |channel|
378378
T *+cindent* 'cindent', C言語インデント; 常に有効
379379
N *+clientserver* UnixとWin32: リモート呼び出し |clientserver|
380380
*+clipboard* |clipboard| サポートコンパイル済み
381+
N *+clipboard_provider* |clipboard-providers| サポートコンパイル済み
381382
*+clipboard_working* |clipboard| サポートコンパイル済みかつ動作中
383+
*+clipboard_star_avail*
384+
|clipboard| サポートコンパイル済みかつスター "*" レジ
385+
スタが使用可能
386+
*+clipboard_plus_avail*
387+
|clipboard| サポートコンパイル済みかつプラス "+" レジ
388+
スタが使用可能
382389
T *+cmdline_compl* コマンドライン補完 |cmdline-completion|
383390
T *+cmdline_hist* コマンドライン履歴 |cmdline-history|
384391
T *+cmdline_info* 'showcmd''ruler'; 9.0.0657 以降は常に有効
@@ -801,6 +808,9 @@ K カーソル位置のキーワードを調べるためのプログラムを
801808
:clip[reset] 'clipmethod' オプションを使用して、クリップボードへの
802809
アクセス方法の新しい選択を試みる。これは、現在の方法が
803810
利用できなくなり、別の方法を試したい場合に便利です。
811+
|+clipboard_provider| 機能を使用している場合は、クリッ
812+
プボードレジスタのいずれかの使用可能状態が変化した後に
813+
このコマンドを呼び出す必要がある。
804814
{|+clipboard| 機能つきでコンパイルされたときのみ利用可
805815
能}
806816

en/various.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+
*various.txt* For Vim version 9.1. Last change: 2025 Oct 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -378,7 +378,14 @@ m *+channel* inter process communication |channel|
378378
T *+cindent* 'cindent', C indenting; Always enabled
379379
N *+clientserver* Unix and Win32: Remote invocation |clientserver|
380380
*+clipboard* |clipboard| support compiled-in
381+
N *+clipboard_provider* |clipboard-providers| support compiled-in
381382
*+clipboard_working* |clipboard| support compiled-in and working
383+
*+clipboard_star_avail*
384+
|clipboard| support compiled-in and star "*" register
385+
available
386+
*+clipboard_plus_avail*
387+
|clipboard| support compiled-in and separate plus "+"
388+
register available
382389
T *+cmdline_compl* command line completion |cmdline-completion|
383390
T *+cmdline_hist* command line history |cmdline-history|
384391
T *+cmdline_info* 'showcmd' and 'ruler'; Always enabled since
@@ -807,7 +814,10 @@ K Run a program to lookup the keyword under the
807814
:clip[reset] Attempts to choose a new method for accessing the
808815
clipboard, using the 'clipmethod' option. This is
809816
useful when the current method has become unavailable,
810-
and you want to try using another method.
817+
and you want to try using another method. If the
818+
|+clipboard_provider| feature is being used, this
819+
command should be called after the availability of one
820+
of the clipboard registers changes.
811821
{only available when compiled with the |+clipboard|
812822
feature}
813823

0 commit comments

Comments
 (0)