aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/mail.vim
blob: 3ecc03104a00e78315ca8226942c02a482064e80 (plain) (blame)
1
2
3
4
5
6
7
8
" Extra configuration for mail messages
if &filetype !=# 'mail' || 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 .= '|setlocal formatoptions<'