Skip to content

Update various.{txt,jax} #2128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 29, 2025
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
15 changes: 13 additions & 2 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 Jun 10
*various.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -523,6 +523,9 @@ T *+visual* ビジュアルモード |Visual-mode| 7.4.200からは常に有
T *+visualextra* 拡張ビジュアルモードコマンド |blockwise-operators|
T *+vreplace* |gR| と |gr|
*+vtp* MS-Windows コンソール上での 'termguicolors' のサポート
N *+wayland* Unix のみ: Wayland プロトコルのサポート
N *+wayland_clipboard* Unix のみ: Wayland セレクション/クリップボードのサポー
T *+wildignore* |'wildignore'| 9.0.0278 以降は常に有効
T *+wildmenu* |'wildmenu'| 9.0.0279 以降は常に有効
T *+windows* 複数ウィンドウ; 8.0.1118 からは常に有効
Expand Down Expand Up @@ -784,7 +787,15 @@ K カーソル位置のキーワードを調べるためのプログラムを
[display] を省略すると、前回このコマンドの実行で使用し
たものと同じ値を使用して、X11サーバーへの接続を再初期
化します。値が指定されていない場合は、Vimの起動時と同
じ環境変数 $DISPLAY の値が使用されます。
じ環境変数 $DISPLAY の値が使用されます。|v:clipmethod|
も更新されます。
{|+xterm_clipboard| 機能つきでコンパイルされたときのみ
利用可能}

*:clipreset* *:clip*
:clip[reset] 'clipmethod' オプションを使用して、クリップボードへの
アクセス方法の新しい選択を試みる。これは、現在の方法が
利用できなくなり、別の方法を試したい場合に便利です。
{|+clipboard| 機能つきでコンパイルされたときのみ利用可
能}

Expand Down
14 changes: 12 additions & 2 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 Jun 10
*various.txt* For Vim version 9.1. Last change: 2025 Jun 28


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -524,6 +524,8 @@ T *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200.
T *+visualextra* extra Visual mode commands |blockwise-operators|
T *+vreplace* |gR| and |gr|
*+vtp* on MS-Windows console: support for 'termguicolors'
N *+wayland* Unix only: support for the Wayland protocol.
N *+wayland_clipboard* Unix only: support for Wayland selections/clipboard.
T *+wildignore* |'wildignore'| Always enabled since 9.0.0278
T *+wildmenu* |'wildmenu'| Always enabled since 9.0.0279
T *+windows* more than one window; Always enabled since 8.0.1118.
Expand Down Expand Up @@ -791,7 +793,15 @@ K Run a program to lookup the keyword under the
was used for the previous execution of this command.
If the value was never specified, then it uses the
value of $DISPLAY environment variable as it was when
Vim was started.
Vim was started. This will also update |v:clipmethod|.
{only available when compiled with the
|+xterm_clipboard| feature}

*:clipreset* *:clip*
: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.
{only available when compiled with the |+clipboard|
feature}

Expand Down