-
Notifications
You must be signed in to change notification settings - Fork 214
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
Missing highlight update in popup completion menu #217
Comments
if you run |
woops, missed that you are on 8.1, not 8.2. hmm, not sure what would cause that. do you have any other plugins that you can disable to see if the problem goes away? |
I've found the issue, the reason is a hack I've applied. I want to have 'set completeopt=' for the case So I've hacked this setting into the beginning of the SuperTab Would it somehow be possible to have different 'completeopt'? |
I've found the issue, the reason is a hack I've applied. I want to have 'set completeopt=' for the case So I've hacked this setting into the beginning of the SuperTab Would it somehow be possible to have different 'completeopt'? |
When I'm pressing TAB in the popup completion menu, then the next entry is chosen and displayed at the cursor, but the highlighting in the popup menu isn't updated and still at the previous entry. If I'm instead pressing C-N then both gets correctly updated.
I'm getting the same behavior with vim 8.1 and gvim 8.1 on Ubuntu 20.04 with the current github version of supertab (commit f0093ae).
Any ideas?
Thanks for any help!
By the way, I'm loving supertab and might use it already for longer than a decade! :)
The text was updated successfully, but these errors were encountered: