jedi#init_python: add v:throwpoint to error message

This commit is contained in:
Daniel Hahler
2015-04-15 15:07:16 +02:00
parent 3c79979c50
commit d76c00eff4

View File

@@ -106,7 +106,7 @@ function! jedi#init_python()
catch
if !exists("g:jedi#squelch_py_warning")
echohl WarningMsg
echom "Error: jedi-vim failed to initialize Python: ".v:exception
echom "Error: jedi-vim failed to initialize Python: ".v:exception." (in ".v:throwpoint.")"
echohl None
endif
let s:_init_python = 0