From 8374fabe46cd924e6e99ab702f4f2a5a2ff1ce85 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 4 Aug 2009 14:16:18 +0200 Subject: [PATCH] after/ftplugin/deb.vim: Disable spell checking. --- vim/after/ftplugin/deb.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vim/after/ftplugin/deb.vim 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 -- 2.44.1