dot/vimrc: Fix obvious bogosity.
[profile] / 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