|
1 | | -*options.txt* For Vim version 9.1. Last change: 2025 Jun 28 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2025 Jul 01 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -1812,7 +1812,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
1812 | 1812 | register. When "unnamed" is also included to the |
1813 | 1813 | option, yank operations (but not delete, change or put) |
1814 | 1814 | will additionally copy the text into register '*'. If |
1815 | | - wayland is being used and the compositor does not |
| 1815 | + Wayland is being used and the compositor does not |
1816 | 1816 | support the primary-selection-unstable-v1 protocol, |
1817 | 1817 | then the regular selection is used in its place. Only |
1818 | 1818 | available with the |+X11| or |+wayland_clipboard| |
@@ -1854,7 +1854,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
1854 | 1854 | exclude:{pattern} |
1855 | 1855 | Defines a pattern that is matched against the name of |
1856 | 1856 | the terminal 'term'. If there is a match, no |
1857 | | - connection will be made to the X server or wayland |
| 1857 | + connection will be made to the X server or Wayland |
1858 | 1858 | compositor. This is useful in this situation: |
1859 | 1859 | - Running Vim in a console. |
1860 | 1860 | - $DISPLAY/$WAYLAND_DISPLAY is set to start |
@@ -1890,7 +1890,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
1890 | 1890 | x11 X11 selections |
1891 | 1891 |
|
1892 | 1892 | Note: This option is ignored when either the GUI is running or if Vim |
1893 | | - is run on a system without wayland or X11 support, such as Windows or |
| 1893 | + is run on a system without Wayland or X11 support, such as Windows or |
1894 | 1894 | macOS. The GUI or system way of accessing the clipboard is always |
1895 | 1895 | used instead. |
1896 | 1896 |
|
@@ -10086,8 +10086,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
10086 | 10086 | specifically the clipboard. If the seat does not exist, then the |
10087 | 10087 | option will still be set to the new value, with the Wayland clipboard |
10088 | 10088 | being unavailable as a result. If an empty value is passed then Vim |
10089 | | - will attempt to use the value of $XDG_SEAT if it exists, if not then |
10090 | | - it resorts to using the first seat found available. Updating this |
| 10089 | + will attempt to use the first seat found available. Updating this |
10091 | 10090 | option will also update |v:clipmethod|. |
10092 | 10091 |
|
10093 | 10092 | *'wlsteal'* *'wst'* *'nowlsteal'* *'nowst'* |
|
0 commit comments