Skip to content

Commit da3147d

Browse files
authored
Merge pull request #1455 from vim-jp/hh-update-gui_x11
Update gui_x11.{txt,jax}
2 parents 321027a + 2e40189 commit da3147d

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

doc/gui_x11.jax

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_x11.txt* For Vim バージョン 9.1. Last change: 2022 Apr 03
1+
*gui_x11.txt* For Vim バージョン 9.1. Last change: 2024 Jan 30
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -580,7 +580,7 @@ GUI ウィンドウの位置とサイズは保存されない、それはウィ
580580

581581
KDE バージョンの Vim は存在しない。Qt ツールキットを使って移植する作業が行われ
582582
ていたが、ちゃんと動かなかったので、今は放棄されている。作業は Yzis で継続され
583-
ている: https://github.com/chrizel/Yzis
583+
ている: https://github.com/chrizel/Yzis しかし、それも放棄されたようだ。
584584

585585
==============================================================================
586586
8. コンパイル *gui-x11-compiling*
@@ -648,6 +648,15 @@ Athena GUI と neXtaw のサポートについては、パッチ 8.2.4677 にて
648648
でX11R5用のヘッダーファイルを使用しても動作しないだろう(リンクがエラーメッセー
649649
ジを出さないとしても、Vimは後でクラッシュするだろう)。
650650

651+
*gui-wayland*
652+
Wayland ディスプレイサーバープロトコルの最初のサポートは、patch 9.1.0064 で導
653+
入された。これを有効にするには、シェルで環境変数 "$GVIM_ENABLE_WAYLAND" を設定
654+
する必要がある。
655+
656+
Note: Wayland プロトコルにはいくつかの制限があるため、次の関数は動作しない:
657+
|getwinpos()||getwinposx()||getwinposy()| ならびに、|v:windowid| 変数は使
658+
用できない。
659+
651660
==============================================================================
652661
9. X11 セレクション *x11-selection*
653662

en/gui_x11.txt

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_x11.txt* For Vim version 9.1. Last change: 2022 Apr 03
1+
*gui_x11.txt* For Vim version 9.1. Last change: 2024 Jan 30
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -580,7 +580,8 @@ command line argument).
580580
*gui-x11-kde*
581581
There is no KDE version of Vim. There has been some work on a port using the
582582
Qt toolkit, but it never worked properly and it has been abandoned. Work
583-
continues on Yzis: https://github.com/chrizel/Yzis.
583+
continues on Yzis: https://github.com/chrizel/Yzis but it seems also
584+
abandoned.
584585

585586
==============================================================================
586587
8. Compiling *gui-x11-compiling*
@@ -647,6 +648,15 @@ versions. This will cause problems. For example, using header files for
647648
X11R5 with a library for X11R6 probably doesn't work (although the linking
648649
won't give an error message, Vim will crash later).
649650

651+
*gui-wayland*
652+
Initial support for the Wayland display server protocol has landed in patch
653+
9.1.0064. To enable it, you need to set the environment variable
654+
"$GVIM_ENABLE_WAYLAND" in your shell.
655+
656+
Note: The Wayland protocol is subject to some restrictions, so the following
657+
functions won't work: |getwinpos()|, |getwinposx()|, |getwinposy()| and the
658+
|v:windowid| variable won't be available.
659+
650660
==============================================================================
651661
9. X11 selection mechanism *x11-selection*
652662

0 commit comments

Comments
 (0)