|
1 | | -*options.txt* For Vim version 9.1. Last change: 2025 Dec 18 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2025 Dec 23 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -1823,7 +1823,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
1823 | 1823 | prepend, e.g.: > |
1824 | 1824 | set clipboard^=unnamed |
1825 | 1825 | < When using the GUI see |'go-A'|. |
1826 | | - When using the |clipboard-providers| feature, only the "unamed" and |
| 1826 | + When using the |clipboard-providers| feature, only the "unnamed" and |
1827 | 1827 | "unnamedplus" features will be recognized If compiled without the |
1828 | 1828 | |+clipboard| feature but compiled with the |+clipboard_provider| |
1829 | 1829 | feature, then they will be the only values allowed and the other |
@@ -4572,6 +4572,12 @@ A jump table for the options with a short description can be found at |Q_op|. |
4572 | 4572 | *'go-T'* |
4573 | 4573 | 'T' Include Toolbar. Currently only in Win32, GTK+, Motif and |
4574 | 4574 | Photon GUIs. |
| 4575 | + *'go-s'* |
| 4576 | + 's' Enable fullscreen mode. Currently only supported in the |
| 4577 | + MS-Windows GUI version. When set, the window will occupy the |
| 4578 | + entire screen and remove window decorations. Define custom |
| 4579 | + mappings to toggle this mode conveniently. For detailed usage |
| 4580 | + instructions, see |gui-w32-fullscreen|. |
4575 | 4581 | *'go-r'* |
4576 | 4582 | 'r' Right-hand scrollbar is always present. |
4577 | 4583 | *'go-R'* |
@@ -6033,7 +6039,8 @@ A jump table for the options with a short description can be found at |Q_op|. |
6033 | 6039 | When the number of matches exceeds this value, Vim shows ">" instead |
6034 | 6040 | of the exact count to keep searching fast. |
6035 | 6041 | Note: larger values may impact performance. |
6036 | | - The value must be between 1 and 9999. |
| 6042 | + The value must be between 1 and 9999. See also the |searchcount()| |
| 6043 | + function. |
6037 | 6044 |
|
6038 | 6045 | *'menuitems'* *'mis'* |
6039 | 6046 | 'menuitems' 'mis' number (default 25) |
@@ -7854,7 +7861,8 @@ A jump table for the options with a short description can be found at |Q_op|. |
7854 | 7861 | "search hit TOP, continuing at BOTTOM" messages are only |
7855 | 7862 | indicated by a "W" (Mnemonic: Wrapped) letter before the |
7856 | 7863 | search count statistics. The maximum limit can be set with |
7857 | | - the 'maxsearchcount' option. |
| 7864 | + the 'maxsearchcount' option, see also |searchcount()| |
| 7865 | + function. |
7858 | 7866 |
|
7859 | 7867 | This gives you the opportunity to avoid that a change between buffers |
7860 | 7868 | requires you to hit <Enter>, but still gives as useful a message as |
|
0 commit comments