.vim/ftplugin/mail.vim@366c04327ad7
.vim/ftplugin/mail.vim
Thu, 18 Aug 2016 14:40:57 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 18 Aug 2016 14:40:57 -0400
- changeset 374
- 366c04327ad7
- parent 368
-
91d4fb4e0a42
- child 387
-
d16b5c66461a
- permissions
- -rw-r--r--
Add fogbugz helper
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