aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/mail.vim
blob: 200358d86b0379676ece849fa9806eb4ac0b9fe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
" Extra configuration for mail messages
if &filetype != 'mail' || &compatible || v:version < 700
  finish
endif

" Add a space to the end of wrapped lines for format-flowed mail
setlocal formatoptions+=w
let b:undo_ftplugin = b:undo_ftplugin
      \ . '|setlocal formatoptions<'