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