mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
I got this error after I updated my local copy of jedi-vim to the commit 'e8b88f0161ef2adabda97d4e083585a3becdcb53': ``` Error detected while processing function jedi#clear_call_signatures: line 6: E492: Not an editor command: jedi_vim.clear_call_signatures() `` ` The error below happened because 'PythonJedi' was missing before jedi_vim.clear_call_signatures() in autoload/jedi.vim. I put back 'PythonJedi' and it solved the issue.