forked from VimPlug/jedi-vim
Reset python init status when autoload/jedi.vim is resourced
This commit is contained in:
@@ -121,8 +121,9 @@ function! jedi#reinit_python()
|
||||
endfunction
|
||||
|
||||
|
||||
let s:_init_python = -1
|
||||
function! jedi#init_python()
|
||||
if !exists('s:_init_python')
|
||||
if s:_init_python == -1
|
||||
try
|
||||
let s:_init_python = s:init_python()
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user