.vim/ftplugin/mail.vim@203cb29dbc67
.vim/ftplugin/mail.vim
Tue, 06 Sep 2016 10:27:43 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 06 Sep 2016 10:27:43 -0400
- changeset 386
- 203cb29dbc67
- parent 368
-
91d4fb4e0a42
- child 387
-
d16b5c66461a
- permissions
- -rw-r--r--
set mime_forward
function! JumpAndInsert()
if line('$') > 1
:0
:/^$/
:normal 2]
:+1
:exe 'startinsert'
endif
endfunction
augroup mail_filetype
autocmd!
autocmd BufReadPost mutt-* :call JumpAndInsert()
augroup END
setl textwidth=72
setl formatoptions+=awt12
setl spell