mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
cleanup
This commit is contained in:
@@ -5,27 +5,22 @@ function! jedi#goto_assignments()
|
||||
Python jedi_vim.goto()
|
||||
endfunction
|
||||
|
||||
|
||||
function! jedi#goto_definitions()
|
||||
Python jedi_vim.goto(is_definition=True)
|
||||
endfunction
|
||||
|
||||
|
||||
function! jedi#usages()
|
||||
Python jedi_vim.goto(is_related_name=True)
|
||||
endfunction
|
||||
|
||||
|
||||
function! jedi#rename(...)
|
||||
Python jedi_vim.rename()
|
||||
endfunction
|
||||
|
||||
|
||||
function! jedi#completions(findstart, base)
|
||||
Python jedi_vim.completions()
|
||||
endfunction
|
||||
|
||||
|
||||
function! jedi#show_call_signatures_func()
|
||||
Python jedi_vim.show_call_signatures()
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user