From: Simon Ruderich Date: Sat, 28 Feb 2009 22:34:15 +0000 (+0100) Subject: Add mail after fileplugin. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=060a62dd3b1fc9770d700ca3ae9d26908b4b3488;p=config%2Fdotfiles.git Add mail after fileplugin. Sets textwidth to 65 to conform with rfc1855. --- 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