Skip to content

Update eval.{txt,jax} #1558

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 1 commit into from
Jun 2, 2024
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
8 changes: 4 additions & 4 deletions doc/eval.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim バージョン 9.1. Last change: 2024 May 05
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Jun 01


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

*v:windowid* *windowid-variable*
v:windowid X11 ベースの GUI を使っているとき、もしくは端末の Vim を使って
いて X サーバーに接続しているとき (|-X|) は、ウィンドウ ID が
セットされる
v:windowid X11/Wayland ベースの GUI を使っているとき、もしくは端末の Vim
を使っていて X サーバーに接続しているとき (|-X|) は、ウィンド
ウ ID がセットされる
MS-Windows の GUI を使っているときはウィンドウハンドルがセット
される。
それ以外では値はゼロである。
Expand Down
4 changes: 2 additions & 2 deletions en/eval.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim version 9.1. Last change: 2024 May 05
*eval.txt* For Vim version 9.1. Last change: 2024 Jun 01


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

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