]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Add mail after fileplugin.
authorSimon Ruderich <simon@ruderich.org>
Sat, 28 Feb 2009 22:34:15 +0000 (23:34 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 28 Feb 2009 22:39:30 +0000 (23:39 +0100)
Sets textwidth to 65 to conform with rfc1855.

vim/after/ftplugin/mail.vim [new file with mode: 0644]

diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim
new file mode 100644 (file)
index 0000000..52ba505
--- /dev/null
@@ -0,0 +1,8 @@
+" Vim filetype plugin file
+" Language:     Mail
+" Maintainer:   Simon Ruderich <simon@ruderich.org>
+" Last Change:  2008-12-07
+
+
+" Use only 65 characters per line as given in rfc1855.
+set textwidth=65