-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken with pandas completion #248
Comments
OK. Reproduced. 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: davidhalter/jedi#1506 |
is there a way to suppress it for now at least? |
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
The text was updated successfully, but these errors were encountered: