Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim-patch:9.1.{0503, }: cannot use fuzzy keyword completion #29429

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glepnir
Copy link
Member

@glepnir glepnir commented Jun 20, 2024

Problem: cannot use fuzzy keyword completion
r(Maxim Kim)
Solution: add the fuzzycollect value for the 'completeopt'
setting, to gather matches using fuzzy logic (glepnir)

fixes: vim/vim#14912
closes: vim/vim#14976

vim/vim@43eef88

@glepnir glepnir marked this pull request as draft June 20, 2024 09:09
@glepnir glepnir force-pushed the fuzzycollect branch 2 times, most recently from 6dce922 to 382dc38 Compare June 20, 2024 09:17
@github-actions github-actions bot added the vim-patch See https://neovim.io/doc/user/dev_vimpatch.html label Jun 20, 2024
@glepnir glepnir changed the title vim-patch: 9.1.{ 0503, }: cannot use fuzzy keyword completion vim-patch:9.1.{0503, }: cannot use fuzzy keyword completion Jun 20, 2024
Problem:  cannot use fuzzy keyword completion
          (Maxim Kim)
Solution: add the fuzzycollect value for the 'completeopt'
          setting, to gather matches using fuzzy logic (glepnir)

fixes: vim/vim#14912
closes: vim/vim#14976

vim/vim@43eef88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vim-patch See https://neovim.io/doc/user/dev_vimpatch.html
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can't fuzzy match a single completion candidate
1 participant