forked from VimPlug/jedi-vim
Merge pull request #455 from blueyed/add-reinit_python
Add jedi#reinit_python
This commit is contained in:
@@ -113,6 +113,12 @@ function! s:init_python()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
function! jedi#reinit_python()
|
||||||
|
unlet! s:_init_python
|
||||||
|
call jedi#init_python()
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
function! jedi#init_python()
|
function! jedi#init_python()
|
||||||
if !exists('s:_init_python')
|
if !exists('s:_init_python')
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user