From e8c81fa5225518c786faa9e80ff77250884b13ad Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 27 Jan 2015 08:34:22 -0500 Subject: Add ftplugin/mail.vim Add formatoptions for composing email messages. Using a recommendation from here: http://wcm1.web.rice.edu/mutt-tips.html regarding format=flowed emails. --- ftplugin/mail.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ftplugin/mail.vim (limited to 'ftplugin') diff --git a/ftplugin/mail.vim b/ftplugin/mail.vim new file mode 100644 index 0000000..117972d --- /dev/null +++ b/ftplugin/mail.vim @@ -0,0 +1,4 @@ +" Mail messages + +" Automatically format paragraphs and set format=flowed "w" option +setlocal formatoptions+=aw -- cgit v1.2.3