From 23d41f8c71f272a736906fbeb8d46441aa38dd66 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 7 May 2013 09:47:00 +1200 Subject: formatoptions should not be set in vimrc I have learned my lesson --- vim/after/ftplugin/mail.vim | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'vim/after/ftplugin/mail.vim') diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 2d623e67..a7e4daa8 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -1,3 +1,6 @@ -" Make emails slightly less of a pain to type -setlocal formatoptions+=aw +" Auto-format within textwidth +setlocal formatoptions+=a + +" Use trailing whitespace to denote continued paragraph +setlocal formatoptions+=w -- cgit v1.2.3