forked from VimPlug/jedi-vim
completions instead of complete
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user