Skip to content

Commit e761f2e

Browse files
authored
Merge pull request #2128 from h-east/update-various
Update various.{txt,jax}
2 parents 49bf771 + 8af65f1 commit e761f2e

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

doc/various.jax

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.1. Last change: 2025 Jun 10
1+
*various.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -523,6 +523,9 @@ T *+visual* ビジュアルモード |Visual-mode| 7.4.200からは常に有
523523
T *+visualextra* 拡張ビジュアルモードコマンド |blockwise-operators|
524524
T *+vreplace* |gR||gr|
525525
*+vtp* MS-Windows コンソール上での 'termguicolors' のサポート
526+
N *+wayland* Unix のみ: Wayland プロトコルのサポート
527+
N *+wayland_clipboard* Unix のみ: Wayland セレクション/クリップボードのサポー
528+
526529
T *+wildignore* |'wildignore'| 9.0.0278 以降は常に有効
527530
T *+wildmenu* |'wildmenu'| 9.0.0279 以降は常に有効
528531
T *+windows* 複数ウィンドウ; 8.0.1118 からは常に有効
@@ -784,7 +787,15 @@ K カーソル位置のキーワードを調べるためのプログラムを
784787
[display] を省略すると、前回このコマンドの実行で使用し
785788
たものと同じ値を使用して、X11サーバーへの接続を再初期
786789
化します。値が指定されていない場合は、Vimの起動時と同
787-
じ環境変数 $DISPLAY の値が使用されます。
790+
じ環境変数 $DISPLAY の値が使用されます。|v:clipmethod|
791+
も更新されます。
792+
{|+xterm_clipboard| 機能つきでコンパイルされたときのみ
793+
利用可能}
794+
795+
*:clipreset* *:clip*
796+
:clip[reset] 'clipmethod' オプションを使用して、クリップボードへの
797+
アクセス方法の新しい選択を試みる。これは、現在の方法が
798+
利用できなくなり、別の方法を試したい場合に便利です。
788799
{|+clipboard| 機能つきでコンパイルされたときのみ利用可
789800
能}
790801

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 Jun 10
1+
*various.txt* For Vim version 9.1. Last change: 2025 Jun 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -524,6 +524,8 @@ T *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200.
524524
T *+visualextra* extra Visual mode commands |blockwise-operators|
525525
T *+vreplace* |gR| and |gr|
526526
*+vtp* on MS-Windows console: support for 'termguicolors'
527+
N *+wayland* Unix only: support for the Wayland protocol.
528+
N *+wayland_clipboard* Unix only: support for Wayland selections/clipboard.
527529
T *+wildignore* |'wildignore'| Always enabled since 9.0.0278
528530
T *+wildmenu* |'wildmenu'| Always enabled since 9.0.0279
529531
T *+windows* more than one window; Always enabled since 8.0.1118.
@@ -791,7 +793,15 @@ K Run a program to lookup the keyword under the
791793
was used for the previous execution of this command.
792794
If the value was never specified, then it uses the
793795
value of $DISPLAY environment variable as it was when
794-
Vim was started.
796+
Vim was started. This will also update |v:clipmethod|.
797+
{only available when compiled with the
798+
|+xterm_clipboard| feature}
799+
800+
*:clipreset* *:clip*
801+
:clip[reset] Attempts to choose a new method for accessing the
802+
clipboard, using the 'clipmethod' option. This is
803+
useful when the current method has become unavailable,
804+
and you want to try using another method.
795805
{only available when compiled with the |+clipboard|
796806
feature}
797807

0 commit comments

Comments
 (0)