From 07e5bb7884301d8f952f630aad090a6b03448295 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 22 Jun 2019 18:53:13 +1200 Subject: Don't do :StrictQuote automatically on mail edit --- vim/after/ftplugin/mail.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 1cc3fd14..6b6d4926 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -74,7 +74,6 @@ endfunction command -buffer -bar -range=% StrictQuote \ call s:StrictQuote(, ) let b:undo_ftplugin .= '|delcommand StrictQuote' -StrictQuote " Add a space to the end of wrapped lines for format-flowed mail setlocal formatoptions+=w -- cgit v1.2.3