I feel like this should be easy, but right now I have SuperTab (I can't install YouCompleteMe because I have vim with python3, not python2) and jedi-vim installed. Most jedi completions work well, but the following fails miserably:
file = './<tab>'
Autocompletes to:
file = '.self.
I honestly can't think of any reason a string containing '.self.' would be useful. Is this a bug, or is this a config error on my part?
The issue is the plugin snipmate.
If you want to keep snipmate there's three options:
self.
snippet from snipmate (you can configure it).