mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-04-27 21:11:31 +08:00
d56bf264e7
When vim is compiled with `-python` and `+python3`, jedi-vim generates errors because of two points in the code which are not compatible with Python 3 (because of the `str`/`unicode` vs. `bytes`/`str` thing).