X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/38cde5d3d67166f2e0242c101bf43d5645306af5..289af37c4e2a5acb588da0fdc407b2e632270cb5:/dot/vimrc 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