Skip to content

Commit 8f746b6

Browse files
authored
Merge pull request #2124 from h-east/update-eval
Update eval.{txt,jax}
2 parents d4afbdc + e1b91c6 commit 8f746b6

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

doc/eval.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2178,6 +2178,15 @@ v:charconvert_to
21782178
変換後のファイルの文字エンコーディング名。オプション
21792179
'charconvert' を評価している最中のみ有効。
21802180

2181+
*v:clipmethod*
2182+
v:clipmethod 現在使用されているクリップボードへのアクセス方法。以下のいずれ
2183+
かの値になる:
2184+
wayland Wayland プロトコルが使用されている。
2185+
x11 X11 セレクションが使用されている。
2186+
none 上記の方法は利用できないか、使用できな
2187+
い。
2188+
詳細は 'clipmethod' を参照。
2189+
21812190
*v:cmdarg* *cmdarg-variable*
21822191
v:cmdarg 2つの目的のために使われる:
21832192
1. ファイルの読み書きコマンドに与えられる余分な引数。現在のと
@@ -2893,6 +2902,12 @@ v:vim_did_enter ほとんどのスタートアップが完了するまでの間
28932902
v:warningmsg 最後に表示された警告メッセージ。この変数は代入することが許され
28942903
ている。
28952904

2905+
*v:wayland_display*
2906+
v:wayland_display
2907+
Vim が接続されている Wayland ディスプレイの名前。環境変数
2908+
$WAYLAND_DISPLAY に相当する。
2909+
これが空の場合、Vim はどのディスプレイにも接続されていない。
2910+
28962911
*v:windowid* *windowid-variable*
28972912
v:windowid X11/Wayland ベースの GUI を使っているとき、もしくは端末の Vim
28982913
を使っていて X サーバーに接続しているとき (|-X|) は、ウィンド

en/eval.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 9.1. Last change: 2025 Jun 04
1+
*eval.txt* For Vim version 9.1. Last change: 2025 Jun 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2240,6 +2240,15 @@ v:charconvert_to
22402240
The name of the character encoding of a file after conversion.
22412241
Only valid while evaluating the 'charconvert' option.
22422242

2243+
*v:clipmethod*
2244+
v:clipmethod The current method of accessing the clipboard that is being
2245+
used. Can either have the value of:
2246+
wayland The Wayland protocol is being used.
2247+
x11 X11 selections are being used.
2248+
none The above methods are unavailable or
2249+
cannot be used.
2250+
See 'clipmethod' for more details.
2251+
22432252
*v:cmdarg* *cmdarg-variable*
22442253
v:cmdarg This variable is used for two purposes:
22452254
1. The extra arguments given to a file read/write command.
@@ -2969,6 +2978,12 @@ v:vim_did_enter Zero until most of startup is done. It is set to one just
29692978
*v:warningmsg* *warningmsg-variable*
29702979
v:warningmsg Last given warning message. It's allowed to set this variable.
29712980

2981+
*v:wayland_display*
2982+
v:wayland_display
2983+
The name of the Wayland display that Vim is connected to.
2984+
Equivalent to the $WAYLAND_DISPLAY environment variable.
2985+
If this is empty, then Vim is not connected to any display.
2986+
29722987
*v:windowid* *windowid-variable*
29732988
v:windowid When any X11/Wayland based GUI is running or when running in a
29742989
terminal and Vim connects to the X server (|-X|) this will be

0 commit comments

Comments
 (0)