diff --git a/doc/various.jax b/doc/various.jax index 3a0952b57..9319ce8b8 100644 --- a/doc/various.jax +++ b/doc/various.jax @@ -1,4 +1,4 @@ -*various.txt* For Vim バージョン 9.1. Last change: 2025 Oct 16 +*various.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26 VIM リファレンスマニュアル by Bram Moolenaar @@ -378,14 +378,7 @@ m *+channel* プロセス間通信 |channel| T *+cindent* 'cindent', C言語インデント; 常に有効 N *+clientserver* UnixとWin32: リモート呼び出し |clientserver| *+clipboard* |clipboard| サポートコンパイル済み -N *+clipboard_provider* |clipboard-providers| サポートコンパイル済み *+clipboard_working* |clipboard| サポートコンパイル済みかつ動作中 - *+clipboard_star_avail* - |clipboard| サポートコンパイル済みかつスター "*" レジ - スタが使用可能 - *+clipboard_plus_avail* - |clipboard| サポートコンパイル済みかつプラス "+" レジ - スタが使用可能 T *+cmdline_compl* コマンドライン補完 |cmdline-completion| T *+cmdline_hist* コマンドライン履歴 |cmdline-history| T *+cmdline_info* 'showcmd' と 'ruler'; 9.0.0657 以降は常に有効 @@ -808,9 +801,6 @@ K カーソル位置のキーワードを調べるためのプログラムを :clip[reset] 'clipmethod' オプションを使用して、クリップボードへの アクセス方法の新しい選択を試みる。これは、現在の方法が 利用できなくなり、別の方法を試したい場合に便利です。 - |+clipboard_provider| 機能を使用している場合は、クリッ - プボードレジスタのいずれかの使用可能状態が変化した後に - このコマンドを呼び出す必要がある。 {|+clipboard| 機能つきでコンパイルされたときのみ利用可 能} diff --git a/en/various.txt b/en/various.txt index c7ed02764..8b245b38c 100644 --- a/en/various.txt +++ b/en/various.txt @@ -1,4 +1,4 @@ -*various.txt* For Vim version 9.1. Last change: 2025 Oct 16 +*various.txt* For Vim version 9.1. Last change: 2025 Oct 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -378,14 +378,7 @@ m *+channel* inter process communication |channel| T *+cindent* 'cindent', C indenting; Always enabled N *+clientserver* Unix and Win32: Remote invocation |clientserver| *+clipboard* |clipboard| support compiled-in -N *+clipboard_provider* |clipboard-providers| support compiled-in *+clipboard_working* |clipboard| support compiled-in and working - *+clipboard_star_avail* - |clipboard| support compiled-in and star "*" register - available - *+clipboard_plus_avail* - |clipboard| support compiled-in and separate plus "+" - register available T *+cmdline_compl* command line completion |cmdline-completion| T *+cmdline_hist* command line history |cmdline-history| T *+cmdline_info* 'showcmd' and 'ruler'; Always enabled since @@ -814,10 +807,7 @@ K Run a program to lookup the keyword under the :clip[reset] Attempts to choose a new method for accessing the clipboard, using the 'clipmethod' option. This is useful when the current method has become unavailable, - and you want to try using another method. If the - |+clipboard_provider| feature is being used, this - command should be called after the availability of one - of the clipboard registers changes. + and you want to try using another method. {only available when compiled with the |+clipboard| feature}