davidhalter / jedi-vim

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

Update jedi to v0.18.1 and parso to v0.8.2 #1068

Closed jgb closed 2 years ago

jgb commented 2 years ago

The update of jedi specifically fixes a bug which prevents completion from working as it should (https://github.com/davidhalter/jedi/issues/1817) I update parso to the latest tag for good measure.

davidhalter commented 2 years ago

Thanks! :)