.vim/ftplugin/mail.vim

changeset 434
be837354e11b
parent 411
1bb7fe33cd74
child 504
e4e09e3317ec
equal deleted inserted replaced
433:c141d49862c8 434:be837354e11b
31 31
32 call Mail_Erase_Sig() 32 call Mail_Erase_Sig()
33 33
34 " Get right to composing the body: 34 " Get right to composing the body:
35 if line('$') > 1 35 if line('$') > 1
36 :0 36 :normal gg}o
37 :/^$/ 37 :startinsert
38 :normal 2]
39 :+1
40 :exe 'startinsert'
41 endif 38 endif

mercurial