|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -580,7 +580,8 @@ command line argument).
|
580 | 580 | *gui-x11-kde*
|
581 | 581 | There is no KDE version of Vim. There has been some work on a port using the
|
582 | 582 | 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. |
584 | 585 |
|
585 | 586 | ==============================================================================
|
586 | 587 | 8. Compiling *gui-x11-compiling*
|
@@ -647,6 +648,15 @@ versions. This will cause problems. For example, using header files for
|
647 | 648 | X11R5 with a library for X11R6 probably doesn't work (although the linking
|
648 | 649 | won't give an error message, Vim will crash later).
|
649 | 650 |
|
| 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 | + |
650 | 660 | ==============================================================================
|
651 | 661 | 9. X11 selection mechanism *x11-selection*
|
652 | 662 |
|
|
0 commit comments