forked from VimPlug/jedi-vim
Trying to improve jedi-vim, when Jedi is not found. Fixes #263.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user