mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-01-03 16:03:45 +08:00
rename methods
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
" ------------------------------------------------------------------------
|
||||
" functions that call python code
|
||||
" ------------------------------------------------------------------------
|
||||
function! jedi#goto()
|
||||
function! jedi#goto_assignments()
|
||||
Python jedi_vim.goto()
|
||||
endfunction
|
||||
|
||||
|
||||
function! jedi#get_definition()
|
||||
function! jedi#goto_definitions()
|
||||
Python jedi_vim.goto(is_definition=True)
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user