X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=48116afca437a22d5092263c9405a6e7c0d439c0;hb=fad91034c8ceaf15f1bbacf01c463509f007c28a;hp=a3c95d338226cc406c55ab9cae8375e983687de6;hpb=c8549a38306000d76450d02f220c322117e62ba7;p=config%2Fdotfiles.git 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