automatically initialize filetype plugin on

This commit is contained in:
David Halter
2013-08-19 15:27:40 +04:30
parent 7c1aa736ff
commit e01eadb9ed

View File

@@ -45,6 +45,9 @@ for [key, val] in items(s:settings)
endfor
if g:jedi#auto_vim_configuration
filetype plugin on
endif
if g:jedi#auto_initialization
" this is only here because in some cases the VIM library adds their
" autocompletion as a default, which may cause problems, depending on the