Skip to content

Commit 85a50fe

Browse files
zeertzjqchrisbra
authored andcommitted
runtime(doc): fix confusing docs for 'completeitemalign'
closes: #16743 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 4be1ab8 commit 85a50fe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

runtime/doc/options.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Feb 16
1+
*options.txt* For Vim version 9.1. Last change: 2025 Feb 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2107,10 +2107,10 @@ A jump table for the options with a short description can be found at |Q_op|.
21072107
*'completeitemalign'* *'cia'*
21082108
'completeitemalign' 'cia' string (default: "abbr,kind,menu")
21092109
global
2110-
A comma-separated list of |complete-items| that controls the alignment
2111-
and display order of items in the popup menu during Insert mode
2112-
completion. The supported values are abbr, kind, and menu. These
2113-
options allow to customize how the completion items are shown in the
2110+
A comma-separated list of strings that controls the alignment and
2111+
display order of items in the popup menu during Insert mode
2112+
completion. The supported values are "abbr", "kind", and "menu".
2113+
These values allow customizing how |complete-items| are shown in the
21142114
popup menu. Note: must always contain those three values in any
21152115
order.
21162116

0 commit comments

Comments
 (0)