Don't force filetype plugin and indent

Use previously set plugin and indent flags when re-enabling filetype
detection
This commit is contained in:
Tom McDonald 2015-01-29 16:05:35 -05:00
parent 7d40f592af
commit 6c9cf8eaa3

View File

@ -212,7 +212,7 @@ function! plug#end()
endfor
call s:reorg_rtp()
filetype plugin indent on
filetype on
if has('vim_starting')
syntax enable
else