jedi#complete should always be the default -> see discussion in #1

This commit is contained in:
David Halter
2012-09-22 18:55:45 +02:00
parent 1ea59e1cfd
commit 05cac0c585
2 changed files with 5 additions and 1 deletions

2
jedi

Submodule jedi updated: f9595d7897...f6d2fdcf59

View File

@@ -57,6 +57,10 @@ endif
set switchbuf=useopen " needed for pydoc
let s:current_file=expand("<sfile>")
if g:jedi#auto_initialization
autocmd FileType python setlocal omnifunc=jedi#complete
endif
python << PYTHONEOF
""" here we initialize the jedi stuff """
import vim