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

" Undo
if !exists('b:undo_ftplugin')
  let b:undo_ftplugin = ''
endif
let b:undo_ftplugin = b:undo_ftplugin
      \ . '|setlocal formatoptions<'