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