mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
vim-patch:9.1.1178: not possible to generate completion candidates using fuzzy matching
Problem: not possible to generate completion candidates using fuzzy
matching
Solution: add the 'completefuzzycollect' option for (some) ins-completion
modes (glepnir)
fixes vim/vim#15296
fixes vim/vim#15295
fixes vim/vim#15294
closes: vim/vim#16032
f31cfa29bf
Co-authored-by: glepnir <glephunter@gmail.com>
This commit is contained in:
@@ -84,6 +84,7 @@ void didset_string_options(void)
|
||||
check_str_opt(kOptCasemap, NULL);
|
||||
check_str_opt(kOptBackupcopy, NULL);
|
||||
check_str_opt(kOptBelloff, NULL);
|
||||
check_str_opt(kOptCompletefuzzycollect, NULL);
|
||||
check_str_opt(kOptCompleteopt, NULL);
|
||||
check_str_opt(kOptSessionoptions, NULL);
|
||||
check_str_opt(kOptViewoptions, NULL);
|
||||
|
Reference in New Issue
Block a user