From 060a62dd3b1fc9770d700ca3ae9d26908b4b3488 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 28 Feb 2009 23:34:15 +0100 Subject: [PATCH] Add mail after fileplugin. Sets textwidth to 65 to conform with rfc1855. --- vim/after/ftplugin/mail.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vim/after/ftplugin/mail.vim diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim new file mode 100644 index 0000000..52ba505 --- /dev/null +++ b/vim/after/ftplugin/mail.vim @@ -0,0 +1,8 @@ +" Vim filetype plugin file +" Language: Mail +" Maintainer: Simon Ruderich +" Last Change: 2008-12-07 + + +" Use only 65 characters per line as given in rfc1855. +set textwidth=65 -- 2.44.2