.vim/ftplugin/mail.vim

Mon, 12 Sep 2016 17:29:48 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 12 Sep 2016 17:29:48 -0400
changeset 387
d16b5c66461a
parent 368
91d4fb4e0a42
child 411
1bb7fe33cd74
permissions
-rw-r--r--

fix formatoptions and autorun

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