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