mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 11:34:56 +00:00
vim-patch:9.1.1930: completion: 'completefuzzycollect' is too obscure
Problem: completion: 'completefuzzycollect' option is too obscure
Solution: Deprecate the option, but don't error out for existing scripts,
behave like 'completefuzzycollect' is set when fuzzy
completion is enabled (Girish Palya).
fixes: vim/vim#18498
closes: vim/vim#18788
33fbfe003c
Remove this option completely, as it's introduced in Nvim v0.12 cycle.
Co-authored-by: Girish Palya <girishji@gmail.com>
This commit is contained in:
@@ -242,7 +242,6 @@ local options_list = {
|
||||
{ 'autocompletedelay', N_ 'delay in msec before menu appears after typing' },
|
||||
{ 'completeopt', N_ 'whether to use a popup menu for Insert mode completion' },
|
||||
{ 'completeitemalign', N_ 'popup menu item align order' },
|
||||
{ 'completefuzzycollect', N_ 'use fuzzy collection for specific completion modes' },
|
||||
{ 'pumheight', N_ 'maximum height of the popup menu' },
|
||||
{ 'pumwidth', N_ 'minimum width of the popup menu' },
|
||||
{ 'pummaxwidth', N_ 'maximum width of the popup menu' },
|
||||
|
||||
Reference in New Issue
Block a user