Closed petobens closed 4 years ago
OK. Reproduced. But this is not deoplete-jedi's issue. It is jedi's issue.
Please report it in jedi issues.
Do you mean in vim-jedi or in python jedi?
python jedi.
It seems not fixed in the latest jedi.
The issue is still open: https://github.com/davidhalter/jedi/issues/1506
is there a way to suppress it for now at least?
- `g:deoplete#sources#jedi#ignore_errors`: Ignore jedi errors for completions.
Default: `0`
Please read the documentation.
@Shougo this has been fixed in latest jedi... do you need to update the jedi submodule? (don't know if deoplete-jedi uses one)
OK. I will try it.
Thank you
Consider the following minimal
init.vim
file:Now do the following:
foo.py
with the following content:pd.D
then erase the.D
and retype it (this seems to trigger jedi completion)For the record I'm on arch linux using python3.8, pandas 1.0.1 and latest master versions of deoplete and deoplete-jedi