aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/mail.vim
blob: 697ce4994749dc2de0a6c715d6dfe365c91d23a4 (plain) (blame)
1
2
3
4
5
6
" Use trailing whitespace to denote continued paragraph
setlocal formatoptions+=w

" Unload this filetype plugin
let b:undo_user_ftplugin
      \ = 'setlocal formatoptions<'