X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/0b496fcb9552eac2040f683e1dbb3145e7481bbd..0840478579e766d3b580bff2ca0d0b099306607e:/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