@@ -1907,35 +1907,30 @@ A jump table for the options with a short description can be found at |Q_op|.
19071907 {pattern} , this must be the last entry.
19081908
19091909 *'clipmethod'* *'cpm'*
1910- 'clipmethod' 'cpm' string (default for Unix: "wayland,x11,gui,other ",
1911- for VMS: "x11,gui,other ",
1912- otherwise: "gui,other ")
1910+ 'clipmethod' 'cpm' string (default for Unix: "wayland,x11",
1911+ for VMS: "x11",
1912+ otherwise: "")
19131913 global
1914- {only when the | +clipboard | feature is included}
1914+ {only when the | +xterm_clipboard | or
1915+ | +wayland_clipboard | features are included}
19151916 Specifies which method of accessing the system clipboard is used,
19161917 depending on which method works first or is available. Supported
19171918 methods are:
19181919 wayland Wayland selections
19191920 x11 X11 selections
1920- gui GUI specific method
1921- other Some other method
1922- * Clipboard provider method
19231921
1924- Note: "other" is used on systems without X11/Wayland, such as
1925- MS-Windows or MacOS, when running Vim without the GUI.
1926-
1927- Note that the name of the clipboard provider should be used when you
1928- want to use a clipboard provider. See | clipboard-providers | for more
1929- information.
1922+ Note: This option is ignored when either the GUI is running or if Vim
1923+ is run on a system without Wayland or X11 support, such as Windows or
1924+ macOS. The GUI or system way of accessing the clipboard is always
1925+ used instead.
19301926
19311927 The option value is a list of comma separated items. The list is
19321928 parsed left to right in order, and the first method that Vim
19331929 determines is available or is working is used as the actual method for
1934- accessing the clipboard. Setting this option to an empty value
1935- disables the clipboard functionality on all systems.
1930+ accessing the clipboard.
19361931
1937- The current method that is being used can be found in the
1938- | v:clipmethod | variable.
1932+ The current method that is being used can be found in the | v:clipmethod |
1933+ variable.
19391934
19401935 *'cmdheight'* *'ch'*
19411936'cmdheight' 'ch' number (default 1)
@@ -5129,9 +5124,10 @@ A jump table for the options with a short description can be found at |Q_op|.
51295124 {not available when compiled without the
51305125 | +extra_search | features}
51315126 While typing a search command, show where the pattern, as it was typed
5132- so far, matches. The matched string is highlighted. If the pattern
5133- is invalid or not found, nothing is shown. The screen will be updated
5134- often, this is only useful on fast terminals.
5127+ so far, matches (ignoring {offset} and {address} modifiers). The
5128+ matched string is highlighted. If the pattern is invalid or not
5129+ found, nothing is shown. The screen will be updated often, this is
5130+ only useful on fast terminals.
51355131 Also applies to the pattern in commands: >
51365132 :global
51375133 :lvimgrep
0 commit comments