-
Notifications
You must be signed in to change notification settings - Fork 62
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
completor#do('complete') returns 0 #236
Comments
And just in case, setup that worked for me (tab to trigger snippet or jump to next placeholder or open completion menu or complete next):
|
Looks like you have changed it to use timers... I am not sure if the following is a proper way to fix my issue but:
I have just added PS By the way, now your new version of the function do not propagate |
Thanks for reporting! This is a bug. And the commit f5bddd6 fixed it. |
Thx! Looks like it is fixed for me! |
Looks like after the latest update of the plugin I can no longer call
completor#do('complete')
to call completion. Now it returns0
as a text.How can I manually call completor completion now? (I use it with
tab
together with ultisnips and it worked for me well)The text was updated successfully, but these errors were encountered: