Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions doc/various.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 以降は常に有効
Expand Down Expand Up @@ -808,9 +801,6 @@ K カーソル位置のキーワードを調べるためのプログラムを
:clip[reset] 'clipmethod' オプションを使用して、クリップボードへの
アクセス方法の新しい選択を試みる。これは、現在の方法が
利用できなくなり、別の方法を試したい場合に便利です。
|+clipboard_provider| 機能を使用している場合は、クリッ
プボードレジスタのいずれかの使用可能状態が変化した後に
このコマンドを呼び出す必要がある。
{|+clipboard| 機能つきでコンパイルされたときのみ利用可
能}

Expand Down
14 changes: 2 additions & 12 deletions en/various.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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}

Expand Down