From: Simon Ruderich Date: Tue, 4 Aug 2009 12:14:28 +0000 (+0200) Subject: after/ftplugin/tar.vim: Disable spell checking. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=4a3e3732def778c6ac94e0ff29b8ce3ec9768541;p=config%2Fdotfiles.git after/ftplugin/tar.vim: Disable spell checking. --- diff --git a/vim/after/ftplugin/tar.vim b/vim/after/ftplugin/tar.vim new file mode 100644 index 0000000..457a319 --- /dev/null +++ b/vim/after/ftplugin/tar.vim @@ -0,0 +1,8 @@ +" Vim filetype plugin file +" Language: tar files +" Maintainer: Simon Ruderich +" Last Change: 2009-08-01 + + +" Make sure no spell checking is used in tar files. +setlocal nospell