Closed gtcooke94 closed 4 years ago
It is jedi's problem.
I have updated jedi and parso to the latest version, but the error is occurred.
You can disable jedi's errors by g:deoplete#sources#jedi#ignore_errors
.
Please read the documentation.
Please report it to jedi issue.
Opened issue in Jedi: https://github.com/davidhalter/jedi/issues/1457
Fixed on master.
Problem summary
Deoplete-jedi causes vim to crash when editing a certain file. I've got the file to the minimum I could. If I delete any one of these lines, the steps to reproduce below don't cause a crash. It also doesn't crash except when done on the line specified in the reproduction steps (below the
def
). It does still error if everything is not nameda
, I just did that to make it even smaller.:Expected
Normal completion expected
Environment Information
Provide a minimal init.vim with less than 50 lines (required)
Generate logfiles if appropriate
Then look at and attach the files
/tmp/nvim-log_{PID}
and/tmp/deoplete.log
here.Steps to reproduce the issue after starting Neovim (required)
nvim {script posted above} -u minimal.vimrc
o
to enterinsert
mode on the next line (the line below thedef
)if
Screen shot (if possible)
Upload the logfile(s)
I'm not seeing the
/tmp/nvim-log_{PID}
file. deoplete.log