|
1 | | -*gui_x11.txt* For Vim version 9.1. Last change: 2025 Jul 23 |
| 1 | +*gui_x11.txt* For Vim version 9.1. Last change: 2025 Aug 06 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -280,7 +280,7 @@ For "mwm" (Motif window manager) the line would be: > |
280 | 280 |
|
281 | 281 | Mouse Pointers Available in X11 ~ |
282 | 282 | *X11_mouse_shapes* |
283 | | -By using the |'mouseshape'| option, the mouse pointer can be automatically |
| 283 | +By using the 'mouseshape' option, the mouse pointer can be automatically |
284 | 284 | changed whenever Vim enters one of its various modes (e.g., Insert or |
285 | 285 | Command). Currently, the available pointers are: |
286 | 286 |
|
@@ -321,8 +321,8 @@ stuff like -bg, -fg, etc). The ones that are supported are: |
321 | 321 | -fg -foreground {color} foreground color |
322 | 322 | -bg -background {color} background color |
323 | 323 |
|
324 | | -To set the font, see |'guifont'|. For GTK, there's also a menu option that |
325 | | -does this. |
| 324 | +To set the font, see 'guifont'. For GTK, there's also a menu option that does |
| 325 | +this. |
326 | 326 |
|
327 | 327 | Additionally, there are these command line arguments, which are handled by GTK |
328 | 328 | internally. Look in the GTK documentation for how they are used: |
@@ -649,8 +649,7 @@ X11R5 with a library for X11R6 probably doesn't work (although the linking |
649 | 649 | won't give an error message, Vim will crash later). |
650 | 650 |
|
651 | 651 | *gui-wayland* |
652 | | -Support for the Wayland display server protocol has landed in patch |
653 | | -9.1.0064. |
| 652 | +Support for the Wayland display server protocol has landed in patch 9.1.0064. |
654 | 653 |
|
655 | 654 | Note: The Wayland protocol is subject to some restrictions, so the following |
656 | 655 | functions won't work: |getwinpos()|, |getwinposx()|, |getwinposy()| and the |
@@ -685,7 +684,7 @@ cut, copy and paste operations). |
685 | 684 |
|
686 | 685 | Of these three, Vim uses PRIMARY when reading and writing the "* register |
687 | 686 | (hence when the X11 selections are available, Vim sets a default value for |
688 | | -|'clipboard'| of "autoselect"), and CLIPBOARD when reading and writing the "+ |
| 687 | +'clipboard' of "autoselect"), and CLIPBOARD when reading and writing the "+ |
689 | 688 | register. Vim does not access the SECONDARY selection. |
690 | 689 |
|
691 | 690 | This applies both to the GUI and the terminal version. For non-X11 systems |
|
0 commit comments