rename methods

This commit is contained in:
David Halter
2013-08-23 11:24:10 +04:30
parent 3fb703f0a7
commit c3bea09d74
2 changed files with 6 additions and 6 deletions

View File

@@ -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