aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/mail.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-22 18:53:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-22 18:53:13 +1200
commit07e5bb7884301d8f952f630aad090a6b03448295 (patch)
tree988765d4b35a9b8b80cad68bb99f18456a5852fb /vim/after/ftplugin/mail.vim
parentMake :StrictQuote command accept a range (diff)
downloaddotfiles-07e5bb7884301d8f952f630aad090a6b03448295.tar.gz
dotfiles-07e5bb7884301d8f952f630aad090a6b03448295.zip
Don't do :StrictQuote automatically on mail edit
Diffstat (limited to 'vim/after/ftplugin/mail.vim')
-rw-r--r--vim/after/ftplugin/mail.vim1
1 files changed, 0 insertions, 1 deletions
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(<q-line1>, <q-line2>)
let b:undo_ftplugin .= '|delcommand StrictQuote'
-StrictQuote
" Add a space to the end of wrapped lines for format-flowed mail
setlocal formatoptions+=w