vim-patch:partial:fa8b7db: runtime(doc): tweak documentation style in options.txt

closes: vim/vim#17229

fa8b7db99a

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
zeertzjq
2025-05-01 07:39:36 +08:00
parent 71f3a9c590
commit ad48cccaa8
3 changed files with 21 additions and 21 deletions

View File

@@ -3070,7 +3070,7 @@ local options = {
lastline '@' 'display' contains lastline/truncate
trunc '>' truncated text in the
|ins-completion-menu|.
truncrl '<' same as "trunc' in 'rightleft' mode
truncrl '<' same as "trunc" in 'rightleft' mode
Any one that is omitted will fall back to the default.
@@ -4640,10 +4640,10 @@ local options = {
defaults = '',
deny_duplicates = true,
desc = [=[
Defines characters and patterns for completion in insert mode. Used by
the |complete_match()| function to determine the starting position for
completion. This is a comma-separated list of triggers. Each trigger
can be:
Defines characters and patterns for completion in insert mode. Used
by the |complete_match()| function to determine the starting position
for completion. This is a comma-separated list of triggers. Each
trigger can be:
- A single character like "." or "/"
- A sequence of characters like "->", "/*", or "/**"
@@ -10245,8 +10245,8 @@ local options = {
< First press: longest common substring
Second press: list all matches >vim
set wildmode=noselect:full
< Show 'wildmenu' without completing or selecting on first press
Cycle full matches on second press >vim
< First press: show 'wildmenu' without completing or selecting
Second press: cycle full matches >vim
set wildmode=noselect:lastused,full
< Same as above, but buffer matches are sorted by time last used
More info here: |cmdline-completion|.