From d76c00eff4da4a95dbcfda2ee4b3fbc3fc174088 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 15 Apr 2015 15:07:16 +0200 Subject: [PATCH] jedi#init_python: add v:throwpoint to error message --- autoload/jedi.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/jedi.vim b/autoload/jedi.vim index 553bef6..e1de690 100644 --- a/autoload/jedi.vim +++ b/autoload/jedi.vim @@ -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