-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fuzzy completion acts as if 'noinsert' is enabled #15009
Labels
Comments
ping @glepnir |
if this is intended then it should be documented, probably the same way as the
|
it already fixed in that pr. can split that code to a single pr i think |
great! no need to split pr. |
hmm, looking at that PR I can't see it targets 'noinsert' but I might have overlooked it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
vim -Nu NONE
hello helion hero
:set completeopt=menu,fuzzy
he<C-n>
Expected behaviour
hello
should be inserted and selected in popup menu.Instead
hello
is selected only.Basically it acts as if
noinsert
is incompleteopt
for non-fuzzy completion.Version of Vim
9.1.487
Environment
debian12, bash
Logs and stack traces
No response
The text was updated successfully, but these errors were encountered: