Numbered-list wrap doesn't work for flowed emails

Mon, 18 Jul 2016 13:38:23 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 18 Jul 2016 13:38:23 -0400
changeset 352
a19225f9b247
parent 351
47b0510974fe
child 353
8032fccc42d7

Numbered-list wrap doesn't work for flowed emails

.vim/ftplugin/mail.vim file | annotate | diff | comparison | revisions
--- a/.vim/ftplugin/mail.vim
+++ b/.vim/ftplugin/mail.vim
@@ -14,5 +14,5 @@ augroup mail_filetype
 augroup END
 
 setl textwidth=72
-setl formatoptions=awn
+setl formatoptions=aw
 setl spell

mercurial