<Jedi, Python, Vim, Bash, Windows> Jediに WinPython3 だよって教え込む。

Jediに今おみゃーさんが参照しなかーんのは、WinPythonだがやー。 と教え込む。

.bashrc

export PATH='/c/WinPython-64bit-3.4.3.1/python-3.4.3.amd64/:'$PATH
export PYTHONPATH='/c/WinPython-64bit-3.4.3.1/python-3.4.3.amd64/Lib/site-packages'

.vimrc

let g:jedi#popup_on_dot=0
let g:jedi#force_py_version = 3

うえの#popup_on_dot=0.でオムニ検索を発動させららかんでーというお呪い。

と、思ったのだけど、WinPythonlibraryではオムニ補完ができんがやー。。。 何故。。。

いやいや、、できたよー。 OKOK。