From: Mark Wooding Date: Sat, 15 Mar 2014 15:26:26 +0000 (+0000) Subject: dot/vimrc: Fix obvious bogosity. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/289af37c4e2a5acb588da0fdc407b2e632270cb5?hp=-c dot/vimrc: Fix obvious bogosity. --- 289af37c4e2a5acb588da0fdc407b2e632270cb5 diff --git a/dot/vimrc b/dot/vimrc index 87b4595..88fde61 100644 --- a/dot/vimrc +++ b/dot/vimrc @@ -12,4 +12,6 @@ if &t_Co > 2 || has("gui_running") set background=dark endif -if has("autocmd") filetype plugin indent on endif +if has("autocmd") + filetype plugin indent on +endif