.vim/ftplugin/mail.vim

Thu, 29 Sep 2016 14:25:47 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 29 Sep 2016 14:25:47 -0400
changeset 397
466b95c31b1e
parent 387
d16b5c66461a
child 411
1bb7fe33cd74
permissions
-rw-r--r--

make this a little more specific

setl textwidth=72
setl formatoptions=jaw12tcql
setl spell

" Get right to composing the body:
if line('$') > 1
  :0
  :/^$/
  :normal 2] 
  :+1
  :exe 'startinsert'
endif

mercurial