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

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