]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Whitespace only change.
authorSimon Ruderich <simon@ruderich.org>
Fri, 30 Oct 2009 16:33:05 +0000 (17:33 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 30 Oct 2009 16:33:05 +0000 (17:33 +0100)
vimrc

diff --git a/vimrc b/vimrc
index a3c95d338226cc406c55ab9cae8375e983687de6..48116afca437a22d5092263c9405a6e7c0d439c0 100644 (file)
--- 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