|
1 |
| -*options.txt* For Vim version 8.2. Last change: 2022 Jun 07 |
| 1 | +*options.txt* For Vim version 8.2. Last change: 2022 Jun 23 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -1427,7 +1427,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
1427 | 1427 | hide hide the buffer (don't unload it), even if 'hidden' is
|
1428 | 1428 | not set
|
1429 | 1429 | unload unload the buffer, even if 'hidden' is set; the
|
1430 |
| - |:hide| command will also unlod the buffer |
| 1430 | + |:hide| command will also unload the buffer |
1431 | 1431 | delete delete the buffer from the buffer list, even if
|
1432 | 1432 | 'hidden' is set; the |:hide| command will also delete
|
1433 | 1433 | the buffer, making it behave like |:bdelete|
|
@@ -3402,8 +3402,9 @@ A jump table for the options with a short description can be found at |Q_op|.
|
3402 | 3402 | < This is similar to the default, except that these characters will also
|
3403 | 3403 | be used when there is highlighting.
|
3404 | 3404 |
|
3405 |
| - For "stl" and "stlnc" single-byte and multibyte characters are |
3406 |
| - supported. But double-width characters are not supported. |
| 3405 | + For the "stl", "stlnc", "foldopen", "foldclose" and "foldsep" items |
| 3406 | + single-byte and multibyte characters are supported. But double-width |
| 3407 | + characters are not supported. |
3407 | 3408 |
|
3408 | 3409 | The highlighting used for these items:
|
3409 | 3410 | item highlight group ~
|
@@ -4517,7 +4518,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
4517 | 4518 |
|
4518 | 4519 | *'incsearch'* *'is'* *'noincsearch'* *'nois'*
|
4519 | 4520 | 'incsearch' 'is' boolean (default off, set in |defaults.vim| if the
|
4520 |
| - +reltime feature is supported) |
| 4521 | + |+reltime| feature is supported) |
4521 | 4522 | global
|
4522 | 4523 | {not available when compiled without the
|
4523 | 4524 | |+extra_search| features}
|
@@ -4954,6 +4955,9 @@ A jump table for the options with a short description can be found at |Q_op|.
|
4954 | 4955 | executing macros, registers and other commands that have not been
|
4955 | 4956 | typed. Also, updating the window title is postponed. To force an
|
4956 | 4957 | update use |:redraw|.
|
| 4958 | + This may occasionally cause display errors. It is only meant to be set |
| 4959 | + temporarily when performing an operation where redrawing may cause |
| 4960 | + flickering or cause a slow down. |
4957 | 4961 |
|
4958 | 4962 | *'linebreak'* *'lbr'* *'nolinebreak'* *'nolbr'*
|
4959 | 4963 | 'linebreak' 'lbr' boolean (default off)
|
@@ -5086,9 +5090,9 @@ A jump table for the options with a short description can be found at |Q_op|.
|
5086 | 5090 | < *lcs-leadmultispace*
|
5087 | 5091 | leadmultispace:c...
|
5088 | 5092 | 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: |
| 5093 | + overrides |lcs-lead| for leading multiple spaces. |
| 5094 | + `:set listchars=leadmultispace:---+` shows ten |
| 5095 | + consecutive leading spaces as: |
5092 | 5096 | ---+---+--XXX ~
|
5093 | 5097 | Where "XXX" denotes the first non-blank characters in
|
5094 | 5098 | the line.
|
@@ -7417,7 +7421,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
7417 | 7421 | {millisec} milli seconds. Applies to the following
|
7418 | 7422 | methods. When omitted the limit is 5000. When
|
7419 | 7423 | negative there is no limit. {only works when built
|
7420 |
| - with the +reltime feature} |
| 7424 | + with the |+reltime| feature} |
7421 | 7425 |
|
7422 | 7426 | file:{filename} Read file {filename}, which must have two columns,
|
7423 | 7427 | separated by a slash. The first column contains the
|
@@ -9017,7 +9021,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
9017 | 9021 | mode. On pressing 'wildchar' (usually <Tab>) to invoke completion,
|
9018 | 9022 | the possible matches are shown just above the command line, with the
|
9019 | 9023 | first match highlighted (overwriting the status line, if there is
|
9020 |
| - one). This is the behavior without "pum" in 'wildoptions. |
| 9024 | + one). This is the behavior without "pum" in 'wildoptions'. |
9021 | 9025 | Keys that show the previous/next match, such as <Tab> or
|
9022 | 9026 | CTRL-P/CTRL-N, cause the highlight to move to the appropriate match.
|
9023 | 9027 | When 'wildmode' is used, "wildmenu" mode is used where "full" is
|
@@ -9128,7 +9132,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
9128 | 9132 | expansion. Currently fuzzy matching based completion
|
9129 | 9133 | is not supported for file and directory names and
|
9130 | 9134 | instead wildcard expansion is used.
|
9131 |
| - pum Display the completion matches using the popupmenu |
| 9135 | + pum Display the completion matches using the popup menu |
9132 | 9136 | in the same style as the |ins-completion-menu|.
|
9133 | 9137 | tagfile When using CTRL-D to list matching tags, the kind of
|
9134 | 9138 | tag and the file of the tag is listed. Only one match
|
|
0 commit comments