aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/mail.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftplugin/mail.vim')
-rw-r--r--vim/ftplugin/mail.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/ftplugin/mail.vim b/vim/ftplugin/mail.vim
index d4840bfd..697ce499 100644
--- a/vim/ftplugin/mail.vim
+++ b/vim/ftplugin/mail.vim
@@ -1,4 +1,6 @@
" Use trailing whitespace to denote continued paragraph
setlocal formatoptions+=w
+
+" Unload this filetype plugin
let b:undo_user_ftplugin
\ = 'setlocal formatoptions<'