diff options
-rw-r--r-- | ftplugin/mail.vim | 4 |
1 files changed, 4 insertions, 0 deletions
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 |