1- *options.txt* For Vim version 9.1. Last change: 2025 Aug 16
1+ *options.txt* For Vim version 9.1. Last change: 2025 Aug 18
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1891,9 +1891,9 @@ A jump table for the options with a short description can be found at |Q_op|.
18911891 {pattern} , this must be the last entry.
18921892
18931893 *'clipmethod'* *'cpm'*
1894- 'clipmethod' 'cpm' string (default for Unix: "wayland,x11",
1895- for VMS: "x11",
1896- otherwise: "")
1894+ 'clipmethod' 'cpm' string (default for Unix: "wayland,x11,gui ",
1895+ for VMS: "x11,gui ",
1896+ otherwise: "gui ")
18971897 global
18981898 {only when the | +xterm_clipboard | or
18991899 | +wayland_clipboard | features are included}
@@ -1902,19 +1902,16 @@ A jump table for the options with a short description can be found at |Q_op|.
19021902 methods are:
19031903 wayland Wayland selections
19041904 x11 X11 selections
1905-
1906- Note: This option is ignored when either the GUI is running or if Vim
1907- is run on a system without Wayland or X11 support, such as Windows or
1908- macOS. The GUI or system way of accessing the clipboard is always
1909- used instead.
1905+ gui GUI specific method
19101906
19111907 The option value is a list of comma separated items. The list is
19121908 parsed left to right in order, and the first method that Vim
19131909 determines is available or is working is used as the actual method for
1914- accessing the clipboard.
1910+ accessing the clipboard. Setting this option to an empty value
1911+ disables the clipboard functionality on all systems.
19151912
1916- The current method that is being used can be found in the | v:clipmethod |
1917- variable.
1913+ The current method that is being used can be found in the
1914+ | v:clipmethod | variable.
19181915
19191916 *'cmdheight'* *'ch'*
19201917'cmdheight' 'ch' number (default 1)
0 commit comments