1- *options.txt* For Vim version 9.1. Last change: 2025 Dec 11
1+ *options.txt* For Vim version 9.1. Last change: 2025 Dec 18
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1815,13 +1815,19 @@ A jump table for the options with a short description can be found at |Q_op|.
18151815 for X-windows, "" otherwise)
18161816 global
18171817 {only in GUI versions or when the | +xterm_clipboard |
1818- or | +wayland_clipboard | features are included}
1818+ or | +wayland_clipboard | features or
1819+ | +clipboard_provider | features are included}
18191820 This option is a list of comma-separated names.
18201821 Note: if one of the items is "exclude:", then you can't add an item
18211822 after that. Therefore do not append an item with += but use ^= to
18221823 prepend, e.g.: >
18231824 set clipboard^=unnamed
18241825< When using the GUI see | 'go-A' | .
1826+ When using the | clipboard-providers | feature, only the "unamed" and
1827+ "unnamedplus" features will be recognized If compiled without the
1828+ | +clipboard | feature but compiled with the | +clipboard_provider |
1829+ feature, then they will be the only values allowed and the other
1830+ values will be invalid.
18251831 These names are recognized:
18261832
18271833 *clipboard-unnamed*
@@ -1845,9 +1851,8 @@ A jump table for the options with a short description can be found at |Q_op|.
18451851 '*'. If Wayland is being used and the compositor does
18461852 not support the primary selection then the regular
18471853 selection is used in its place. Only available with
1848- the | +X11 | or
1849- | +wayland_clipboard | feature. Availability can be
1850- checked with: >
1854+ the | +X11 | or | +wayland_clipboard | feature.
1855+ Availability can be checked with: >
18511856 if has('unnamedplus')
18521857<
18531858 *clipboard-autoselect*
@@ -4527,11 +4532,11 @@ A jump table for the options with a short description can be found at |Q_op|.
45274532 choices.
45284533 *'go-C'*
45294534 'C' Use | hl-TitleBar | and | hl-TitleBarNC | if available.
4530- Currently only works for MS-Window GUI.
4535+ Currently only works for MS-Windows GUI.
45314536 See | gui-w32-title-bar | for details.
45324537 *'go-d'*
45334538 'd' Use dark theme variant if available. Currently only works for
4534- Win32 and GTK+ GUI.
4539+ MS-Windows and GTK+ GUI.
45354540 *'go-e'*
45364541 'e' Add tab pages when indicated with 'showtabline' .
45374542 'guitablabel' can be used to change the text in the labels.
0 commit comments