|
1 | | -*options.txt* For Vim version 9.1. Last change: 2026 Jan 30 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2026 Feb 09 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -5354,7 +5354,13 @@ A jump table for the options with a short description can be found at |Q_op|. |
5354 | 5354 | "w", "*", "[i", etc. It is also used for "\k" in a |pattern|. See |
5355 | 5355 | 'isfname' for a description of the format of this option. For '@' |
5356 | 5356 | characters above 255 check the "word" character class (any character |
5357 | | - that is not white space or punctuation). |
| 5357 | + that is categorized as a letter, number or emoji according to the |
| 5358 | + Unicode general category). |
| 5359 | + |
| 5360 | + Note that there is a difference between the "\k" character class and |
| 5361 | + the |word| motion. The former matches any word character, while the |
| 5362 | + latter stops at a change of the character class. |
| 5363 | + |
5358 | 5364 | For C programs you could use "a-z,A-Z,48-57,_,.,-,>". |
5359 | 5365 | For a help file it is set to all non-blank printable characters except |
5360 | 5366 | '*', '"' and '|' (so that CTRL-] on a command finds the help for that |
@@ -7398,6 +7404,8 @@ A jump table for the options with a short description can be found at |Q_op|. |
7398 | 7404 | 'scrollfocus' 'scf' boolean (default off) |
7399 | 7405 | global |
7400 | 7406 | {only for MS-Windows GUI} |
| 7407 | + NOTE: This option is currently not functional. It may be fixed or |
| 7408 | + removed in a future version. |
7401 | 7409 | When using the scroll wheel and this option is set, the window under |
7402 | 7410 | the mouse pointer is scrolled. With this option off the current |
7403 | 7411 | window is scrolled. |
|
0 commit comments