deoplete-plugins / deoplete-jedi

deoplete.nvim source for Python
MIT License
589 stars 39 forks source link

removed usaged of deprecated completions api #268

Closed hackaugusto closed 3 years ago

hackaugusto commented 3 years ago

As per the changelog: https://jedi.readthedocs.io/en/latest/docs/changelog.html#id4

Script(line, col).completions() is deprecated in favor of Script().complete(line, col) as of 0.16.0

Shougo commented 3 years ago

Thanks