mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-02-13 03:01:41 +08:00
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