diff options
Diffstat (limited to 'vim/ftplugin')
-rw-r--r-- | vim/ftplugin/mail.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftplugin/mail.vim b/vim/ftplugin/mail.vim index 49a1b8e..309f8e0 100644 --- a/vim/ftplugin/mail.vim +++ b/vim/ftplugin/mail.vim @@ -1,4 +1,4 @@ -set formatoptions=w +set formatoptions=taw " * <F1> to re-format the current paragraph correctly " * <F2> to format a line which is too long, and go to the next line |