forked from VimPlug/jedi-vim
changed jedi-vim function from 'Complete' to 'complete'
This commit is contained in:
2
jedi.vim
2
jedi.vim
@@ -14,7 +14,7 @@ endif
|
|||||||
" completion
|
" completion
|
||||||
" ------------------------------------------------------------------------
|
" ------------------------------------------------------------------------
|
||||||
|
|
||||||
function! jedi#Complete(findstart, base)
|
function! jedi#complete(findstart, base)
|
||||||
python << PYTHONEOF
|
python << PYTHONEOF
|
||||||
if 1:
|
if 1:
|
||||||
row, column = vim.current.window.cursor
|
row, column = vim.current.window.cursor
|
||||||
|
|||||||
Reference in New Issue
Block a user