diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-21 22:13:09 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-21 22:13:09 +0200 |
commit | 0e7111161bad89fd72d1fc63ee261fe5977dc328 (patch) | |
tree | 003bf24214b57079df464069accf896dd48f652b | |
parent | 408f8651b848c36d1587264f47523e95cc995706 (diff) | |
download | dotfiles-0e7111161bad89fd72d1fc63ee261fe5977dc328.tar.xz |
vim/ftplugin/mail: Set ta fo-opts
-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 |