|
1 |
| -*options.txt* For Vim version 9.1. Last change: 2025 Apr 27 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2025 Apr 30 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -2085,7 +2085,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
2085 | 2085 | |i_CTRL-X_CTRL-D|
|
2086 | 2086 | ] tag completion
|
2087 | 2087 | t same as "]"
|
2088 |
| - f{func} call the function {func}. Multiple "f" flags may be specified. |
| 2088 | + f{func} call the function {func}. Multiple "f" flags may be specified. |
2089 | 2089 | Refer to |complete-functions| for details on how the function
|
2090 | 2090 | is invoked and what it should return. The value can be the
|
2091 | 2091 | name of a function or a |Funcref|. For |Funcref| values,
|
@@ -2128,9 +2128,9 @@ A jump table for the options with a short description can be found at |Q_op|.
|
2128 | 2128 | An optional match limit can be specified for a completion source by
|
2129 | 2129 | appending a caret ("^") followed by a {count} to the source flag.
|
2130 | 2130 | For example: ".^9,w,u,t^5" limits matches from the current buffer
|
2131 |
| - to 9 and from tags to 5. Other sources remain unlimited. |
2132 |
| - The match limit takes effect only during forward completion (CTRL-N) |
2133 |
| - and is ignored during backward completion (CTRL-P). |
| 2131 | + to 9 and from tags to 5. Other sources remain unlimited. |
| 2132 | + Note: The match limit takes effect only during forward completion |
| 2133 | + (CTRL-N) and is ignored during backward completion (CTRL-P). |
2134 | 2134 |
|
2135 | 2135 | *'completefunc'* *'cfu'*
|
2136 | 2136 | 'completefunc' 'cfu' string (default: empty)
|
@@ -3656,7 +3656,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
3656 | 3656 | lastline '@' 'display' contains lastline/truncate
|
3657 | 3657 | trunc '>' truncated text in the
|
3658 | 3658 | |ins-completion-menu|.
|
3659 |
| - truncrl '<' same as "trunc' in 'rightleft' mode |
| 3659 | + truncrl '<' same as "trunc" in 'rightleft' mode |
3660 | 3660 |
|
3661 | 3661 | Any one that is omitted will fall back to the default.
|
3662 | 3662 |
|
@@ -4986,10 +4986,10 @@ A jump table for the options with a short description can be found at |Q_op|.
|
4986 | 4986 | *'isexpand'* *'ise'*
|
4987 | 4987 | 'isexpand' 'ise' string (default: "")
|
4988 | 4988 | local to buffer
|
4989 |
| - Defines characters and patterns for completion in insert mode. Used by |
4990 |
| - the |complete_match()| function to determine the starting position for |
4991 |
| - completion. This is a comma-separated list of triggers. Each trigger |
4992 |
| - can be: |
| 4989 | + Defines characters and patterns for completion in insert mode. Used |
| 4990 | + by the |complete_match()| function to determine the starting position |
| 4991 | + for completion. This is a comma-separated list of triggers. Each |
| 4992 | + trigger can be: |
4993 | 4993 | - A single character like "." or "/"
|
4994 | 4994 | - A sequence of characters like "->", "/*", or "/**"
|
4995 | 4995 |
|
@@ -8521,7 +8521,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
8521 | 8521 | local to buffer
|
8522 | 8522 | {not available when compiled without the |+eval|
|
8523 | 8523 | feature}
|
8524 |
| - This option specifies a function to be used to perform tag searches. |
| 8524 | + This option specifies a function to be used to perform tag searches |
| 8525 | + (including |taglist()|). |
8525 | 8526 | The function gets the tag pattern and should return a List of matching
|
8526 | 8527 | tags. See |tag-function| for an explanation of how to write the
|
8527 | 8528 | function and an example. The value can be the name of a function, a
|
@@ -9747,8 +9748,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
9747 | 9748 | < First press: longest common substring
|
9748 | 9749 | Second press: list all matches >
|
9749 | 9750 | :set wildmode=noselect:full
|
9750 |
| -< Show 'wildmenu' without completing or selecting on first press |
9751 |
| - Cycle full matches on second press > |
| 9751 | +< First press: show 'wildmenu' without completing or selecting |
| 9752 | + Second press: cycle full matches > |
9752 | 9753 | :set wildmode=noselect:lastused,full
|
9753 | 9754 | < Same as above, but buffer matches are sorted by time last used
|
9754 | 9755 | More info here: |cmdline-completion|.
|
|
0 commit comments