again refactorings

This commit is contained in:
David Halter
2012-09-10 11:06:31 +02:00
parent b29fdbdfde
commit a93f695b7d
6 changed files with 51 additions and 27 deletions

View File

@@ -75,7 +75,7 @@ endfunction
" goto
" ------------------------------------------------------------------------
function! jedi#goto()
python _goto(is_definition=False)
python _goto()
endfunction
" ------------------------------------------------------------------------
@@ -89,7 +89,7 @@ endfunction
" related_names
" ------------------------------------------------------------------------
function! jedi#related_names()
python _goto(related_names=True)
python _goto(is_related_name=True)
endfunction
" ------------------------------------------------------------------------