comparison runtime/doc/options.txt @ 29290:dc4de65a7fb7

Update runtime files Commit: https://github.com/vim/vim/commit/8a3b805c6c9cae341d560df9c3567ebbe42a7404 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 26 12:21:15 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jun 2022 13:30:04 +0200
parents d314efe6447a
children 0b1d7e910b23
comparison
equal deleted inserted replaced
29289:430376616aac 29290:dc4de65a7fb7
1425 displayed in a window: 1425 displayed in a window:
1426 <empty> follow the global 'hidden' option 1426 <empty> follow the global 'hidden' option
1427 hide hide the buffer (don't unload it), even if 'hidden' is 1427 hide hide the buffer (don't unload it), even if 'hidden' is
1428 not set 1428 not set
1429 unload unload the buffer, even if 'hidden' is set; the 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 delete delete the buffer from the buffer list, even if 1431 delete delete the buffer from the buffer list, even if
1432 'hidden' is set; the |:hide| command will also delete 1432 'hidden' is set; the |:hide| command will also delete
1433 the buffer, making it behave like |:bdelete| 1433 the buffer, making it behave like |:bdelete|
1434 wipe wipe the buffer from the buffer list, even if 1434 wipe wipe the buffer from the buffer list, even if
1435 'hidden' is set; the |:hide| command will also wipe 1435 'hidden' is set; the |:hide| command will also wipe
4516 It is not allowed to change text or jump to another window while 4516 It is not allowed to change text or jump to another window while
4517 evaluating 'includeexpr' |textlock|. 4517 evaluating 'includeexpr' |textlock|.
4518 4518
4519 *'incsearch'* *'is'* *'noincsearch'* *'nois'* 4519 *'incsearch'* *'is'* *'noincsearch'* *'nois'*
4520 'incsearch' 'is' boolean (default off, set in |defaults.vim| if the 4520 'incsearch' 'is' boolean (default off, set in |defaults.vim| if the
4521 +reltime feature is supported) 4521 |+reltime| feature is supported)
4522 global 4522 global
4523 {not available when compiled without the 4523 {not available when compiled without the
4524 |+extra_search| features} 4524 |+extra_search| features}
4525 While typing a search command, show where the pattern, as it was typed 4525 While typing a search command, show where the pattern, as it was typed
4526 so far, matches. The matched string is highlighted. If the pattern 4526 so far, matches. The matched string is highlighted. If the pattern
5088 combine it with "tab:", for example: > 5088 combine it with "tab:", for example: >
5089 :set listchars+=tab:>-,lead:. 5089 :set listchars+=tab:>-,lead:.
5090 < *lcs-leadmultispace* 5090 < *lcs-leadmultispace*
5091 leadmultispace:c... 5091 leadmultispace:c...
5092 Like multispace value, but only for leading whitespace 5092 Like multispace value, but only for leading whitespace
5093 Overrides |lcs-lead| for leading multiple spaces. 5093 overrides |lcs-lead| for leading multiple spaces.
5094 `:set listchars=leadmultispace:---+` shows ten consecutive 5094 `:set listchars=leadmultispace:---+` shows ten
5095 leading spaces as: 5095 consecutive leading spaces as:
5096 ---+---+--XXX ~ 5096 ---+---+--XXX ~
5097 Where "XXX" denotes the first non-blank characters in 5097 Where "XXX" denotes the first non-blank characters in
5098 the line. 5098 the line.
5099 *lcs-trail* 5099 *lcs-trail*
5100 trail:c Character to show for trailing spaces. When omitted, 5100 trail:c Character to show for trailing spaces. When omitted,
7419 7419
7420 timeout:{millisec} Limit the time searching for suggestions to 7420 timeout:{millisec} Limit the time searching for suggestions to
7421 {millisec} milli seconds. Applies to the following 7421 {millisec} milli seconds. Applies to the following
7422 methods. When omitted the limit is 5000. When 7422 methods. When omitted the limit is 5000. When
7423 negative there is no limit. {only works when built 7423 negative there is no limit. {only works when built
7424 with the +reltime feature} 7424 with the |+reltime| feature}
7425 7425
7426 file:{filename} Read file {filename}, which must have two columns, 7426 file:{filename} Read file {filename}, which must have two columns,
7427 separated by a slash. The first column contains the 7427 separated by a slash. The first column contains the
7428 bad word, the second column the suggested good word. 7428 bad word, the second column the suggested good word.
7429 Example: 7429 Example:
9019 feature} 9019 feature}
9020 When 'wildmenu' is on, command-line completion operates in an enhanced 9020 When 'wildmenu' is on, command-line completion operates in an enhanced
9021 mode. On pressing 'wildchar' (usually <Tab>) to invoke completion, 9021 mode. On pressing 'wildchar' (usually <Tab>) to invoke completion,
9022 the possible matches are shown just above the command line, with the 9022 the possible matches are shown just above the command line, with the
9023 first match highlighted (overwriting the status line, if there is 9023 first match highlighted (overwriting the status line, if there is
9024 one). This is the behavior without "pum" in 'wildoptions. 9024 one). This is the behavior without "pum" in 'wildoptions'.
9025 Keys that show the previous/next match, such as <Tab> or 9025 Keys that show the previous/next match, such as <Tab> or
9026 CTRL-P/CTRL-N, cause the highlight to move to the appropriate match. 9026 CTRL-P/CTRL-N, cause the highlight to move to the appropriate match.
9027 When 'wildmode' is used, "wildmenu" mode is used where "full" is 9027 When 'wildmode' is used, "wildmenu" mode is used where "full" is
9028 specified. "longest" and "list" do not start "wildmenu" mode. 9028 specified. "longest" and "list" do not start "wildmenu" mode.
9029 You can check the current mode with |wildmenumode()|. 9029 You can check the current mode with |wildmenumode()|.
9130 the "best match" rather than alphabetically sorted. 9130 the "best match" rather than alphabetically sorted.
9131 This will find more matches than the wildcard 9131 This will find more matches than the wildcard
9132 expansion. Currently fuzzy matching based completion 9132 expansion. Currently fuzzy matching based completion
9133 is not supported for file and directory names and 9133 is not supported for file and directory names and
9134 instead wildcard expansion is used. 9134 instead wildcard expansion is used.
9135 pum Display the completion matches using the popupmenu 9135 pum Display the completion matches using the popup menu
9136 in the same style as the |ins-completion-menu|. 9136 in the same style as the |ins-completion-menu|.
9137 tagfile When using CTRL-D to list matching tags, the kind of 9137 tagfile When using CTRL-D to list matching tags, the kind of
9138 tag and the file of the tag is listed. Only one match 9138 tag and the file of the tag is listed. Only one match
9139 is displayed per line. Often used tag kinds are: 9139 is displayed per line. Often used tag kinds are:
9140 d #define 9140 d #define