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

Error detected while processing completor/utils.vim #66

Closed
predmijat opened this issue Jan 13, 2017 · 9 comments
Closed

Error detected while processing completor/utils.vim #66

predmijat opened this issue Jan 13, 2017 · 9 comments

Comments

@predmijat
Copy link

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:

Error detected while processing /Users/predmijat/dotfiles/.vim/plugins/completor.vim/autoload/completor/utils.vim:
line   65:
E126: Missing :endfunction
Error detected while processing function <lambda>2[1]..<SNR>94_complete:
line    4:
E117: Unknown function: completor#utils#get_completer
E15: Invalid expression: completor#utils#get_completer(s:status.ft, s:status.input)
line    5:
E121: Undefined variable: info
E116: Invalid arguments for function empty(info) | return | endif
E15: Invalid expression: empty(info) | return | endif
line    6:
E121: Undefined variable: info
E15: Invalid expression: info
line    8:
E121: Undefined variable: is_sync

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 with brew uninstall --force vim and reinstall it, error persists.

Thanks!

@cwonrails
Copy link

I just ran into this as well while trying to edit a go file.

@predmijat
Copy link
Author

I have go related plugins, but this occurs with any extension.

@cwonrails
Copy link

Can confirm - just tried to edit a python file, same results.

@cvlmtg
Copy link

cvlmtg commented Jan 16, 2017

same error here

@toejough
Copy link

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.

@amadeus
Copy link

amadeus commented Jan 16, 2017

I am pretty sure this is an issue related to a recent vim update, since Completor has not updated in a while.

@rgerardi
Copy link

I agree with @amadeus it is related to a vim update.
I executed some tests and here are the results:
Issue occurs with versions: 8.0.0187 and 8.0.0197
No issues with version 8.0.0172 and below.

@maralla
Copy link
Owner

maralla commented Jan 18, 2017

@predmijat The pr #67 fixed this problem.

@amadeus
Copy link

amadeus commented Jan 18, 2017

Awesome, seems to work great! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants