Skip to content

Commit 3b42fd1

Browse files
authored
Merge pull request #1558 from vim-jp/hh-update-eval
Update eval.{txt,jax}
2 parents 7a5574b + af96b69 commit 3b42fd1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/eval.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim バージョン 9.1. Last change: 2024 May 05
1+
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Jun 01
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2659,9 +2659,9 @@ v:warningmsg 最後に表示された警告メッセージ。この変数は代
26592659
ている。
26602660

26612661
*v:windowid* *windowid-variable*
2662-
v:windowid X11 ベースの GUI を使っているとき、もしくは端末の Vim を使って
2663-
いて X サーバーに接続しているとき (|-X|) は、ウィンドウ ID が
2664-
セットされる
2662+
v:windowid X11/Wayland ベースの GUI を使っているとき、もしくは端末の Vim
2663+
を使っていて X サーバーに接続しているとき (|-X|) は、ウィンド
2664+
ウ ID がセットされる
26652665
MS-Windows の GUI を使っているときはウィンドウハンドルがセット
26662666
される。
26672667
それ以外では値はゼロである。

en/eval.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 9.1. Last change: 2024 May 05
1+
*eval.txt* For Vim version 9.1. Last change: 2024 Jun 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2727,7 +2727,7 @@ v:vim_did_enter Zero until most of startup is done. It is set to one just
27272727
v:warningmsg Last given warning message. It's allowed to set this variable.
27282728

27292729
*v:windowid* *windowid-variable*
2730-
v:windowid When any X11 based GUI is running or when running in a
2730+
v:windowid When any X11/Wayland based GUI is running or when running in a
27312731
terminal and Vim connects to the X server (|-X|) this will be
27322732
set to the window ID.
27332733
When an MS-Windows GUI is running this will be set to the

0 commit comments

Comments
 (0)