Error detected while processing completor/utils.vim
See original GitHub issueHi,
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!
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:9 (1 by maintainers)
Top Results From Across the Web
I am getting the the "Error detected while processing ~/vimrc ...
Error detected while processing /home/tridip/.vimrc: line 2: E492: Not an editor ... This is not a valid vim command, so it causes an...
Read more >vim Error detected while processing | Support - SUSE
The vim-data package is missing due to a packaging issue with the RPM spec file. vim 8.2.x requires the vim-data package where 8.0.x...
Read more >Error detected while processing lint vim · Issue #1043 - GitHub
Hi Alice, by including python-mode using submodule you are probably not cloning python-mode submodules too. That's the reason it is failing for you,...
Read more >VIM returns "Error detected while processing" and "Sorry, the ...
Single-User Solution. Run select-editor and select the proper version of vim. This is what psql does on initial run.
Read more >Error detected while processing /home/kiran/.vimrc: - Ask Ubuntu
There are stray $ characters in your .vimrc . Run this command to clean them up: sed -.bak 's/^[$]//' ~/.vimrc.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@predmijat The pr #67 fixed this problem.
Awesome, seems to work great! Thanks!