Pythoncomplete does not work with python3
at the "dot" after sys, VIM replies with error:
Error: Required vim compiled with +python
E117 Unknown function: pythoncomplete#Complete
In case you are not using jedi-vim from Git master, please test it there, too.
Using Python version: 3
Messages maintainer: Bram Moolenaar [email protected]
"rem.py" 4L, 57C
E117: Unknown function: pythoncomplete#Complete
E117: Unknown function: pythoncomplete#Complete
pythoncomplete#Complete
is not jedi-vim's completion function.
Something else is overwriting it probably.
Check :verb set omnifunc?
.
Note to self: include this in :JediDebugInfo
+ settings.
Oops, sorry about that, it was one of my configuration files not updated
For the records
omnifunc=pythoncomplete#Complete
thank you for the support
I have the same issue. What should I do? Could you please be more specific?
Please open a new ticket, you don't exactly have the same issue, some things have changed in jedi-vim.
Most helpful comment
pythoncomplete#Complete
is not jedi-vim's completion function.Something else is overwriting it probably.
Check
:verb set omnifunc?
.Note to self: include this in
:JediDebugInfo
+ settings.