From e01eadb9edb05b6a9dd8c53defa5b89511a9ec32 Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 19 Aug 2013 15:27:40 +0430 Subject: [PATCH] automatically initialize filetype plugin on --- plugin/jedi.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/jedi.vim b/plugin/jedi.vim index c74df17..020f50c 100644 --- a/plugin/jedi.vim +++ b/plugin/jedi.vim @@ -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