|
1 |
| -*options.txt* For Vim version 9.1. Last change: 2025 Aug 23 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2025 Aug 27 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -1746,6 +1746,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
1746 | 1746 | security reasons.
|
1747 | 1747 |
|
1748 | 1748 | *'chistory'* *'chi'*
|
| 1749 | + *E1542* *E1543* *E1544* |
1749 | 1750 | 'chistory' 'chi' number (default: 10)
|
1750 | 1751 | global
|
1751 | 1752 | {only available when compiled with the |+quickfix|
|
@@ -1905,30 +1906,30 @@ A jump table for the options with a short description can be found at |Q_op|.
|
1905 | 1906 | {pattern}, this must be the last entry.
|
1906 | 1907 |
|
1907 | 1908 | *'clipmethod'* *'cpm'*
|
1908 |
| -'clipmethod' 'cpm' string (default for Unix: "wayland,x11", |
1909 |
| - for VMS: "x11", |
1910 |
| - otherwise: "") |
| 1909 | +'clipmethod' 'cpm' string (default for Unix: "wayland,x11,gui,other", |
| 1910 | + for VMS: "x11,gui,other", |
| 1911 | + otherwise: "gui,other") |
1911 | 1912 | global
|
1912 |
| - {only when the |+xterm_clipboard| or |
1913 |
| - |+wayland_clipboard| features are included} |
| 1913 | + {only when the |+clipboard| feature is included} |
1914 | 1914 | Specifies which method of accessing the system clipboard is used,
|
1915 | 1915 | depending on which method works first or is available. Supported
|
1916 | 1916 | methods are:
|
1917 | 1917 | wayland Wayland selections
|
1918 | 1918 | x11 X11 selections
|
| 1919 | + gui GUI specific method |
| 1920 | + other Some other method |
1919 | 1921 |
|
1920 |
| - Note: This option is ignored when either the GUI is running or if Vim |
1921 |
| - is run on a system without Wayland or X11 support, such as Windows or |
1922 |
| - macOS. The GUI or system way of accessing the clipboard is always |
1923 |
| - used instead. |
| 1922 | + Note: "other" is used on systems without X11/Wayland, such as |
| 1923 | + MS-Windows or MacOS, when running Vim without the GUI. |
1924 | 1924 |
|
1925 | 1925 | The option value is a list of comma separated items. The list is
|
1926 | 1926 | parsed left to right in order, and the first method that Vim
|
1927 | 1927 | determines is available or is working is used as the actual method for
|
1928 |
| - accessing the clipboard. |
| 1928 | + accessing the clipboard. Setting this option to an empty value |
| 1929 | + disables the clipboard functionality on all systems. |
1929 | 1930 |
|
1930 |
| - The current method that is being used can be found in the |v:clipmethod| |
1931 |
| - variable. |
| 1931 | + The current method that is being used can be found in the |
| 1932 | + |v:clipmethod| variable. |
1932 | 1933 |
|
1933 | 1934 | *'cmdheight'* *'ch'*
|
1934 | 1935 | 'cmdheight' 'ch' number (default 1)
|
@@ -6447,6 +6448,14 @@ A jump table for the options with a short description can be found at |Q_op|.
|
6447 | 6448 | This option cannot be set from a |modeline| or in the |sandbox|, for
|
6448 | 6449 | security reasons.
|
6449 | 6450 |
|
| 6451 | + *'osctimeoutlen'* *'ost'* *E1568* |
| 6452 | +'osctimeoutlen' 'ost' number (default 1000) |
| 6453 | + global |
| 6454 | + This option specifies the timeout in milliseconds Vim should wait |
| 6455 | + until it receives an OSC terminator after receiving the beginning of |
| 6456 | + an OSC command response. See the |TermResponseAll| autocommand event |
| 6457 | + and |v:termosc| for more information. |
| 6458 | + |
6450 | 6459 | *'osfiletype'* *'oft'*
|
6451 | 6460 | 'osfiletype' 'oft' string (default: "")
|
6452 | 6461 | local to buffer
|
|
0 commit comments