I am using gvim complied with python3, but not with python, when I try and use dot completion e.g. from matplotlib.
I get the following error:
Error: Required vim compiled with +python
E117: Unknown function: pythoncomplete#Complete
Press ENTER or type command to continue
Here is a screenshot:
Argh. My bad, this was my mistake and it has already been answered in another issue report.
omnifunc=pythoncomplete#Complete has to be disabled
Closing. Sorry about that.
No problem. Glad you're finding out everything yourself :-)
how to solve it?
Most helpful comment
Argh. My bad, this was my mistake and it has already been answered in another issue report.
omnifunc=pythoncomplete#Complete has to be disabled
Closing. Sorry about that.