]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
after/ftplugin/deb.vim: Disable spell checking.
authorSimon Ruderich <simon@ruderich.org>
Tue, 4 Aug 2009 12:16:18 +0000 (14:16 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 4 Aug 2009 12:16:18 +0000 (14:16 +0200)
vim/after/ftplugin/deb.vim [new file with mode: 0644]

diff --git a/vim/after/ftplugin/deb.vim b/vim/after/ftplugin/deb.vim
new file mode 100644 (file)
index 0000000..f863206
--- /dev/null
@@ -0,0 +1,8 @@
+" Vim filetype plugin file
+" Language:     deb files
+" Maintainer:   Simon Ruderich <simon@ruderich.org>
+" Last Change:  2009-08-01
+
+
+" Make sure no spell checking is used in deb files.
+setlocal nospell