-
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
Error detected while processing completor/utils.vim #66
Comments
I just ran into this as well while trying to edit a go file. |
I have go related plugins, but this occurs with any extension. |
Can confirm - just tried to edit a python file, same results. |
same error here |
this happens after every character press for me, which makes vim nearly unusable. Uninstalling the plugin & going without completion till this is fixed, or till there's a workaround discovered. |
I am pretty sure this is an issue related to a recent vim update, since Completor has not updated in a while. |
I agree with @amadeus it is related to a vim update. |
@predmijat The pr #67 fixed this problem. |
Awesome, seems to work great! Thanks! |
Hi,
I've started getting this error today, not sure what caused it. I didn't update plugins for a while (using vim-plug). I did update brew packages, not sure if vim was on the list. Anyway, here's the error:
As far as I can tell, there's no endfuction missing, variable info is defined...
vim is installed via brew -
brew install vim --with-luajit
, I've tried to remove it withbrew uninstall --force vim
and reinstall it, error persists.Thanks!
The text was updated successfully, but these errors were encountered: