# HG changeset patch # User Meredith Howard # Date 1468863503 14400 # Node ID a19225f9b2478009daf5ac6d30fc4a404f7faac7 # Parent 47b0510974fea2c3f1c528e5b3b3c149da4556ab Numbered-list wrap doesn't work for flowed emails diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim --- 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