completions instead of complete

This commit is contained in:
David Halter
2013-08-20 15:01:09 +04:30
parent e01eadb9ed
commit 00814ef58d
5 changed files with 6 additions and 6 deletions

View File

@@ -21,8 +21,8 @@ function! jedi#rename(...)
endfunction
function! jedi#complete(findstart, base)
Python jedi_vim.complete()
function! jedi#completions(findstart, base)
Python jedi_vim.completions()
endfunction