after/ftplugin/python/jedi.vim takes care of setting the omnifunc,

it's not needed here anymore.
This commit is contained in:
Yann Thomas-Gerard
2013-09-20 14:29:48 +02:00
parent 7bf66ebab2
commit a9ffcbbda9

View File

@@ -7,8 +7,6 @@ endif
if g:jedi#auto_initialization
if g:jedi#completions_enabled
setlocal omnifunc=jedi#completions
" map ctrl+space for autocompletion
if g:jedi#completions_command == "<C-Space>"
" in terminals, <C-Space> sometimes equals <Nul>