File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- *eval.txt* For Vim バージョン 9.1. Last change: 2024 May 05
1
+ *eval.txt* For Vim バージョン 9.1. Last change: 2024 Jun 01
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2659,9 +2659,9 @@ v:warningmsg 最後に表示された警告メッセージ。この変数は代
2659
2659
ている。
2660
2660
2661
2661
*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 がセットされる 。
2665
2665
MS-Windows の GUI を使っているときはウィンドウハンドルがセット
2666
2666
される。
2667
2667
それ以外では値はゼロである。
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
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
2727
2727
v:warningmsg Last given warning message. It's allowed to set this variable.
2728
2728
2729
2729
*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
2731
2731
terminal and Vim connects to the X server (| -X | ) this will be
2732
2732
set to the window ID.
2733
2733
When an MS-Windows GUI is running this will be set to the
You can’t perform that action at this time.
0 commit comments