I'm trying out the currently available master branch of Jedi-Vim and the Jedi library with gVim 7.4 (Windows), +python is available and working. I have installed Jedi-Vim with Pathogen. No other plugins are installed, I have Jedi-Vim and Pathogen only. My .vimrc doesn't implement anything fancy.
Jedi-Vim has been an awesome tool so far most everything is working; however I've noticed that function argument tooltips popup with some garbled characters before the tooltip text starts, for example the print() tooltip popoup looks like (the a's actually have a circumflex accent):
^ ^ ^ ^
a%ijedi=0, a%i (*value*, ..., sep = ' ', end = '\n', file = sys.stdout) a%ijedia%i
print(
So, the print() function argument help is there, but is surrounded by odd strings of characters. Has anyone else encountered this issue? The pictures at the repo show tooltips without the extra crazy characters. I'm thinking this may have something to do with my use of this on Windows, or with the fact I'm using the Jedi library as a subrepo at C:\vim\vim74\bundle\jedi-vim-master\jedi. Any suggestions?