From da219960cbe429e5888d742719585917eb166321 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 28 Feb 2025 08:28:24 +0800 Subject: vim-patch:85a50fe: runtime(doc): fix confusing docs for 'completeitemalign' (#32671) closes: vim/vim#16743 https://github.com/vim/vim/commit/85a50fe825ba11a35ce654f7313b4350e3ba4b52 --- runtime/lua/vim/_meta/options.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'runtime/lua/vim/_meta') diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index cd014978b0..c02be39e0a 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -1044,10 +1044,10 @@ vim.o.cfu = vim.o.completefunc vim.bo.completefunc = vim.o.completefunc vim.bo.cfu = vim.bo.completefunc ---- A comma-separated list of `complete-items` that controls the alignment ---- and display order of items in the popup menu during Insert mode ---- completion. The supported values are abbr, kind, and menu. These ---- options allow to customize how the completion items are shown in the +--- A comma-separated list of strings that controls the alignment and +--- display order of items in the popup menu during Insert mode +--- completion. The supported values are "abbr", "kind", and "menu". +--- These values allow customizing how `complete-items` are shown in the --- popup menu. Note: must always contain those three values in any --- order. --- -- cgit