|
1 | | -*options.txt* For Vim version 9.2. Last change: 2026 Feb 17 |
| 1 | +*options.txt* For Vim version 9.2. Last change: 2026 Feb 25 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -2257,11 +2257,13 @@ A jump table for the options with a short description can be found at |Q_op|. |
2257 | 2257 | fuzzy Enable |fuzzy-matching| for completion candidates. This |
2258 | 2258 | allows for more flexible and intuitive matching, where |
2259 | 2259 | characters can be skipped and matches can be found even |
2260 | | - if the exact sequence is not typed. |
| 2260 | + if the exact sequence is not typed (disabled for thesaurus |
| 2261 | + completion |compl-thesaurus|). |
2261 | 2262 |
|
2262 | 2263 | longest |
2263 | 2264 | When 'autocomplete' is not active, only the longest common |
2264 | | - prefix of the matches is inserted. If the popup menu is |
| 2265 | + prefix of the matches is inserted (disabled for thesaurus |
| 2266 | + completion |compl-thesaurus|). If the popup menu is |
2265 | 2267 | displayed, you can use CTRL-L to add more characters. |
2266 | 2268 | Whether case is ignored depends on the type of completion. |
2267 | 2269 | For buffer text the 'ignorecase' option applies. |
@@ -3593,6 +3595,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
3593 | 3595 | |SafeState|, |
3594 | 3596 | |SafeStateAgain|, |
3595 | 3597 | |SessionLoadPost|, |
| 3598 | + |SessionLoadPre|, |
3596 | 3599 | |SessionWritePost|, |
3597 | 3600 | |ShellCmdPost|, |
3598 | 3601 | |SigUSR1|, |
@@ -9118,8 +9121,8 @@ A jump table for the options with a short description can be found at |Q_op|. |
9118 | 9121 |
|
9119 | 9122 | |ConPTY| support depends on the platform. Windows 10 October 2018 |
9120 | 9123 | Update is the first version that supports ConPTY, however it is still |
9121 | | - considered unstable. ConPTY might become stable in the next release |
9122 | | - of Windows 10. winpty support needs to be installed. If neither is |
| 9124 | + considered unstable. ConPTY has become stable with the initial release |
| 9125 | + of Windows 11. winpty support needs to be installed. If neither is |
9123 | 9126 | supported then you cannot open a terminal window. |
9124 | 9127 |
|
9125 | 9128 | *'terse'* *'noterse'* |
|
0 commit comments