]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(doc): add more pointers to 'completeopt'
authorIlya Grigoriev <ilyagr@users.noreply.github.com>
Wed, 11 Jun 2025 19:07:35 +0000 (21:07 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 11 Jun 2025 19:07:35 +0000 (21:07 +0200)
commit053aee01f7374fc8c985300399b1ad3b3626e40f
tree9139aedb8dd7133f44c34b609d74da27008f4506
parent600cd88cdfb1705d7aac9755839ba92282bc32ad
runtime(doc): add more pointers to 'completeopt'

Before this commit, I had trouble finding information about configuring
the insert mode completion. In particular, it was not clear that the
'wildopt' config that I already had in my vimrc does not apply here.

Also, `insert.txt` barely mentioned 'completeopt' except when
describing popups (I was more interested in bash-like behavior
where the unique prefix of all completions is completed first).

I'm hoping these edits will make the relevant docs easier to find.

closes: #17515

Signed-off-by: Ilya Grigoriev <ilyagr@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/insert.txt
runtime/doc/options.txt