mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
Remove a name conflict with show_call_signatures
This commit is contained in:
@@ -26,7 +26,7 @@ function! jedi#completions(findstart, base)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
function! jedi#show_call_signatures()
|
function! jedi#show_call_signatures_func()
|
||||||
Python jedi_vim.show_call_signatures()
|
Python jedi_vim.show_call_signatures()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
@@ -171,7 +171,7 @@ endfunc
|
|||||||
|
|
||||||
function! jedi#configure_call_signatures()
|
function! jedi#configure_call_signatures()
|
||||||
autocmd InsertLeave <buffer> Python jedi_vim.clear_call_signatures()
|
autocmd InsertLeave <buffer> Python jedi_vim.clear_call_signatures()
|
||||||
autocmd CursorMovedI <buffer> call jedi#show_call_signatures()
|
autocmd CursorMovedI <buffer> call jedi#show_call_signatures_func()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
if has('python')
|
if has('python')
|
||||||
|
|||||||
Reference in New Issue
Block a user