davidhalter / jedi-vim

Using the jedi autocompletion library for VIM.
MIT License
5.27k stars 370 forks source link

Use helper function relpath() instead of os.path.relpath() #1045

Closed Konstantin-Glukhov closed 3 years ago

Konstantin-Glukhov commented 3 years ago

Use helper function relpath() instead of os.path.relpath() to address issue #1044 ("path is on mount %r, start on mount %r" exception thrown on Windows if Python and jedi-vim are installed on different drives)

davidhalter commented 3 years ago

Thanks!