From: Simon Ruderich Date: Fri, 30 Oct 2009 16:33:05 +0000 (+0100) Subject: vimrc: Whitespace only change. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=fad91034c8ceaf15f1bbacf01c463509f007c28a;hp=c8549a38306000d76450d02f220c322117e62ba7;p=config%2Fdotfiles.git vimrc: Whitespace only change. --- diff --git a/vimrc b/vimrc index a3c95d3..48116af 100644 --- a/vimrc +++ b/vimrc @@ -239,9 +239,9 @@ if has('autocmd') " AFTER/FTPLUGIN AUTO COMMANDS " Disable spell checking for files which don't need it. - autocmd FileType deb setlocal nospell + autocmd FileType deb setlocal nospell autocmd FileType diff setlocal nospell - autocmd FileType tar setlocal nospell + autocmd FileType tar setlocal nospell " Fix to allow Vim edit crontab files as crontab doesn't work with " backupcopy=auto. autocmd FileType crontab setlocal backupcopy=yes