mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-04-26 12:40:24 +08:00
57cbf1421f
This basically corrupts VIM's Python, because it might be having a differnet prefix (Python 3.6) than sys path. I don't know who came up with this - probably it's just how Python loads venvs - but it's definitely not good. Fortunately we can just reset it and be happy.