forked from VimPlug/jedi-vim
again refactorings
This commit is contained in:
4
jedi.vim
4
jedi.vim
@@ -75,7 +75,7 @@ endfunction
|
|||||||
" goto
|
" goto
|
||||||
" ------------------------------------------------------------------------
|
" ------------------------------------------------------------------------
|
||||||
function! jedi#goto()
|
function! jedi#goto()
|
||||||
python _goto(is_definition=False)
|
python _goto()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" ------------------------------------------------------------------------
|
" ------------------------------------------------------------------------
|
||||||
@@ -89,7 +89,7 @@ endfunction
|
|||||||
" related_names
|
" related_names
|
||||||
" ------------------------------------------------------------------------
|
" ------------------------------------------------------------------------
|
||||||
function! jedi#related_names()
|
function! jedi#related_names()
|
||||||
python _goto(related_names=True)
|
python _goto(is_related_name=True)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" ------------------------------------------------------------------------
|
" ------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user