Trying to improve jedi-vim, when Jedi is not found. Fixes #263.

This commit is contained in:
Dave Halter
2015-03-30 19:11:05 +02:00
parent cc9837dc23
commit e87e7db0e9
3 changed files with 44 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ endfun
" show_documentation
" ------------------------------------------------------------------------
function! jedi#show_documentation()
Python jedi_vim.show_documentation()
Python if jedi_vim.show_documentation() is None: vim.command('return')
let bn = bufnr("__doc__")
if bn > 0
@@ -150,10 +150,6 @@ function! jedi#do_popup_on_dot_in_highlight()
endfunc
function! jedi#popup_on_dot_string()
endfunction
function! jedi#configure_call_signatures()
if g:jedi#show_call_signatures == 2 " Command line call signatures
" Need to track changes to avoid multiple undo points for a single edit