diff --git a/test/vimrc b/test/vimrc index fe5732e..07b876e 100644 --- a/test/vimrc +++ b/test/vimrc @@ -45,7 +45,7 @@ Bundle 'CSS3-Highlights' augroup user#css3-highlights au! - au User BundleInstallPre ! git reset --hard + au User BundleInstallPre ! [ -d .git ] && git reset --hard au User BundleInstallPost ! vim **/*.vim +'bufdo set fileformat=unix | wall | qall' augroup end