|
1 |
| -*options.txt* For Vim version 8.2. Last change: 2022 May 21 |
| 1 | +*options.txt* For Vim version 8.2. Last change: 2022 Jun 07 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -4264,7 +4264,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
4264 | 4264 | The type of highlighting used can be set with the 'l' occasion in the
|
4265 | 4265 | 'highlight' option. This uses the "Search" highlight group by
|
4266 | 4266 | default. Note that only the matching text is highlighted, any offsets
|
4267 |
| - are not applied. |
| 4267 | + are not applied. If the "CurSearch" highlight group is set then the |
| 4268 | + current match is highlighted with that. |
4268 | 4269 | See also: 'incsearch' and |:match|.
|
4269 | 4270 | When you get bored looking at the highlighted matches, you can turn it
|
4270 | 4271 | off with |:nohlsearch|. This does not change the option value, as
|
@@ -5075,14 +5076,23 @@ A jump table for the options with a short description can be found at |Q_op|.
|
5075 | 5076 | "space" setting is used. For example,
|
5076 | 5077 | `:set listchars=multispace:---+` shows ten consecutive
|
5077 | 5078 | spaces as:
|
5078 |
| - ---+---+-- |
| 5079 | + ---+---+-- ~ |
5079 | 5080 | *lcs-lead*
|
5080 | 5081 | lead:c Character to show for leading spaces. When omitted,
|
5081 | 5082 | leading spaces are blank. Overrides the "space" and
|
5082 | 5083 | "multispace" settings for leading spaces. You can
|
5083 | 5084 | combine it with "tab:", for example: >
|
5084 | 5085 | :set listchars+=tab:>-,lead:.
|
5085 |
| -< *lcs-trail* |
| 5086 | +< *lcs-leadmultispace* |
| 5087 | + leadmultispace:c... |
| 5088 | + Like multispace value, but only for leading whitespace |
| 5089 | + Overrides |lcs-lead| for leading multiple spaces. |
| 5090 | + `:set listchars=leadmultispace:---+` shows ten consecutive |
| 5091 | + leading spaces as: |
| 5092 | + ---+---+--XXX ~ |
| 5093 | + Where "XXX" denotes the first non-blank characters in |
| 5094 | + the line. |
| 5095 | + *lcs-trail* |
5086 | 5096 | trail:c Character to show for trailing spaces. When omitted,
|
5087 | 5097 | trailing spaces are blank. Overrides the "space" and
|
5088 | 5098 | "multispace" settings for trailing spaces.
|
@@ -7624,10 +7634,9 @@ A jump table for the options with a short description can be found at |Q_op|.
|
7624 | 7634 |
|
7625 | 7635 | If the statusline is not updated when you want it (e.g., after setting
|
7626 | 7636 | a variable that's used in an expression), you can force an update by
|
7627 |
| - setting an option without changing its value. Example: > |
7628 |
| - :let &ro = &ro |
| 7637 | + using `:redrawstatus`. |
7629 | 7638 |
|
7630 |
| -< A result of all digits is regarded a number for display purposes. |
| 7639 | + A result of all digits is regarded a number for display purposes. |
7631 | 7640 | Otherwise the result is taken as flag text and applied to the rules
|
7632 | 7641 | described above.
|
7633 | 7642 |
|
|
0 commit comments