I am trying to use vim on my python journey, based on this guide
I think I have the same problem as a paid nerd but since he didn't find a solution I am posting again here.
For some reason I can't get omnicompletion to work in vim, with python. I have installed the fabolous R-plugin and built the tags list. So I get omnicompletion with R.
But not for python. A few observations:
:echo &omnifuncprintspythoncomplete#Complete.- the
.vim/doc/tagsfile has R tags, but no python (but this is because python is supported by default right?) - If I do
import mathin my.pyfile I can autocomplete eg.matomath.but no methods are found?
So - in conclusion i am really baffeled :-/ - and if anyone could help ...
vim a.py,import math,math.s^x^Oyou don't see asin(x) sinh(x) sqrt(x)list? – Eelvex Mar 27 '11 at 19:08sortedcan't be autocompleted. Clearly there is something that I don't understand. E.g It's seems different from what the R-plugin does – Andreas Mar 27 '11 at 20:08