From 6c9cf8eaa3a6aa67c674a71b53967bde254a17cd Mon Sep 17 00:00:00 2001 From: Tom McDonald Date: Thu, 29 Jan 2015 16:05:35 -0500 Subject: [PATCH] Don't force filetype plugin and indent Use previously set plugin and indent flags when re-enabling filetype detection --- plug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug.vim b/plug.vim index 2e19f61..bb538db 100644 --- a/plug.vim +++ b/plug.vim @@ -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