|
1 | | -*options.txt* For Vim version 9.1. Last change: 2025 Nov 27 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2025 Dec 11 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -1912,18 +1912,22 @@ A jump table for the options with a short description can be found at |Q_op|. |
1912 | 1912 | for VMS: "x11", |
1913 | 1913 | otherwise: "") |
1914 | 1914 | global |
1915 | | - {only when the |+xterm_clipboard| or |
1916 | | - |+wayland_clipboard| features are included} |
1917 | | - Specifies which method of accessing the system clipboard is used, |
1918 | | - depending on which method works first or is available. Supported |
1919 | | - methods are: |
| 1915 | + {only when the |+xterm_clipboard|, |+wayland_clipboard|, |
| 1916 | + or |+eval| features are included} |
| 1917 | + Specifies which method of accessing the system clipboard (or clipboard |
| 1918 | + provider) is used. Methods are tried in the order given; the first |
| 1919 | + working method is used. Supported methods are: |
1920 | 1920 | wayland Wayland selections |
1921 | 1921 | x11 X11 selections |
| 1922 | + <name> Use a clipboard provider with the given name |
1922 | 1923 |
|
1923 | 1924 | Note: This option is ignored when either the GUI is running or if Vim |
1924 | 1925 | is run on a system without Wayland or X11 support, such as Windows or |
1925 | | - macOS. The GUI or system way of accessing the clipboard is always |
1926 | | - used instead. |
| 1926 | + macOS. The GUI or system way of accessing the clipboard is used |
| 1927 | + instead, meaning |v:clipmethod| will be set to "none". The |
| 1928 | + exception to this is the |clipboard-providers| feature, in which if |
| 1929 | + a clipboard provider is being used, then it will override the existing |
| 1930 | + clipboard functionality. |
1927 | 1931 |
|
1928 | 1932 | The option value is a list of comma separated items. The list is |
1929 | 1933 | parsed left to right in order, and the first method that Vim |
@@ -3202,9 +3206,10 @@ A jump table for the options with a short description can be found at |Q_op|. |
3202 | 3206 | internal Use the internal diff library. This is |
3203 | 3207 | ignored when 'diffexpr' is set. *E960* |
3204 | 3208 | When running out of memory when writing a |
3205 | | - buffer this item will be ignored for diffs |
3206 | | - involving that buffer. Set the 'verbose' |
3207 | | - option to see when this happens. |
| 3209 | + buffer or the diff is larger than 1 GB this |
| 3210 | + item will be ignored for diffs involving that |
| 3211 | + buffer. Set the 'verbose' option to see when |
| 3212 | + this happens. |
3208 | 3213 |
|
3209 | 3214 | iwhite Ignore changes in amount of white space. Adds |
3210 | 3215 | the "-b" flag to the "diff" command if |
@@ -4526,7 +4531,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
4526 | 4531 | See |gui-w32-title-bar| for details. |
4527 | 4532 | *'go-d'* |
4528 | 4533 | 'd' Use dark theme variant if available. Currently only works for |
4529 | | - GTK+ GUI. |
| 4534 | + Win32 and GTK+ GUI. |
4530 | 4535 | *'go-e'* |
4531 | 4536 | 'e' Add tab pages when indicated with 'showtabline'. |
4532 | 4537 | 'guitablabel' can be used to change the text in the labels. |
|
0 commit comments