Skip to content

Commit 6c584ec

Browse files
committed
options.txt: Update Vim 8.2.5167
1 parent d23477e commit 6c584ec

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

en/options.txt

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
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|.
14271427
hide hide the buffer (don't unload it), even if 'hidden' is
14281428
not set
14291429
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
14311431
delete delete the buffer from the buffer list, even if
14321432
'hidden' is set; the |:hide| command will also delete
14331433
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|.
34023402
< This is similar to the default, except that these characters will also
34033403
be used when there is highlighting.
34043404

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.
34073408

34083409
The highlighting used for these items:
34093410
item highlight group ~
@@ -4517,7 +4518,7 @@ A jump table for the options with a short description can be found at |Q_op|.
45174518

45184519
*'incsearch'* *'is'* *'noincsearch'* *'nois'*
45194520
'incsearch' 'is' boolean (default off, set in |defaults.vim| if the
4520-
+reltime feature is supported)
4521+
|+reltime| feature is supported)
45214522
global
45224523
{not available when compiled without the
45234524
|+extra_search| features}
@@ -4954,6 +4955,9 @@ A jump table for the options with a short description can be found at |Q_op|.
49544955
executing macros, registers and other commands that have not been
49554956
typed. Also, updating the window title is postponed. To force an
49564957
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.
49574961

49584962
*'linebreak'* *'lbr'* *'nolinebreak'* *'nolbr'*
49594963
'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|.
50865090
< *lcs-leadmultispace*
50875091
leadmultispace:c...
50885092
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:
50925096
---+---+--XXX ~
50935097
Where "XXX" denotes the first non-blank characters in
50945098
the line.
@@ -7417,7 +7421,7 @@ A jump table for the options with a short description can be found at |Q_op|.
74177421
{millisec} milli seconds. Applies to the following
74187422
methods. When omitted the limit is 5000. When
74197423
negative there is no limit. {only works when built
7420-
with the +reltime feature}
7424+
with the |+reltime| feature}
74217425

74227426
file:{filename} Read file {filename}, which must have two columns,
74237427
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|.
90179021
mode. On pressing 'wildchar' (usually <Tab>) to invoke completion,
90189022
the possible matches are shown just above the command line, with the
90199023
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'.
90219025
Keys that show the previous/next match, such as <Tab> or
90229026
CTRL-P/CTRL-N, cause the highlight to move to the appropriate match.
90239027
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|.
91289132
expansion. Currently fuzzy matching based completion
91299133
is not supported for file and directory names and
91309134
instead wildcard expansion is used.
9131-
pum Display the completion matches using the popupmenu
9135+
pum Display the completion matches using the popup menu
91329136
in the same style as the |ins-completion-menu|.
91339137
tagfile When using CTRL-D to list matching tags, the kind of
91349138
tag and the file of the tag is listed. Only one match

0 commit comments

Comments
 (0)