dot/vimrc: Fix obvious bogosity.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 Mar 2014 15:26:26 +0000 (15:26 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 Mar 2014 15:26:26 +0000 (15:26 +0000)
dot/vimrc

index 87b4595..88fde61 100644 (file)
--- 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