mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
runtime(doc): fix confusing docs for 'completeitemalign'
closes: #16743 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
4be1ab80be
commit
85a50fe825
@@ -1,4 +1,4 @@
|
|||||||
*options.txt* For Vim version 9.1. Last change: 2025 Feb 16
|
*options.txt* For Vim version 9.1. Last change: 2025 Feb 27
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
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|.
|
|||||||
*'completeitemalign'* *'cia'*
|
*'completeitemalign'* *'cia'*
|
||||||
'completeitemalign' 'cia' string (default: "abbr,kind,menu")
|
'completeitemalign' 'cia' string (default: "abbr,kind,menu")
|
||||||
global
|
global
|
||||||
A comma-separated list of |complete-items| that controls the alignment
|
A comma-separated list of strings that controls the alignment and
|
||||||
and display order of items in the popup menu during Insert mode
|
display order of items in the popup menu during Insert mode
|
||||||
completion. The supported values are abbr, kind, and menu. These
|
completion. The supported values are "abbr", "kind", and "menu".
|
||||||
options allow to customize how the completion items are shown in the
|
These values allow customizing how |complete-items| are shown in the
|
||||||
popup menu. Note: must always contain those three values in any
|
popup menu. Note: must always contain those three values in any
|
||||||
order.
|
order.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user