changed jedi-vim function from 'Complete' to 'complete'

This commit is contained in:
David Halter
2012-07-28 16:09:07 +02:00
parent 752029071d
commit 40208090ba

View File

@@ -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