davidhalter / jedi-vim

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

get_project: simplify getting b:jedi_environment_path override #1073

Closed blueyed closed 2 years ago

blueyed commented 2 years ago

This patch changes it to query the b: dict, using the (always set/initialized) global setting as the default.

Ref: #1059 /cc @jamescherti (just for information)

davidhalter commented 2 years ago

Thanks! CI is failing, because of the coverage part, which is never completing.