aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/mail.vim
blob: 3e64f4a3b91085a22d07d11b4e05bd5367ecfd25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" Mail messages

" Automatically format paragraphs and set format=flowed "w" option
setlocal formatoptions+=aw

" Ensure that we don't end up with double spaces between sentences
setlocal nojoinspaces

setlocal spell


" Remove last two empty lines below signature
nnoremap <buffer> <leader>e m`Gdk``