mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-17 09:25:03 +08:00
changed jedi-vim function from 'Complete' to 'complete'
This commit is contained in:
@@ -14,7 +14,7 @@ endif
|
||||
" completion
|
||||
" ------------------------------------------------------------------------
|
||||
|
||||
function! jedi#Complete(findstart, base)
|
||||
function! jedi#complete(findstart, base)
|
||||
python << PYTHONEOF
|
||||
if 1:
|
||||
row, column = vim.current.window.cursor
|
||||
|
||||
Reference in New Issue
Block a user