.vim/ftplugin/mail.vim

changeset 570
fe86d57f654a
parent 504
e4e09e3317ec
child 657
628b4b962086
equal deleted inserted replaced
569:0190a692645c 570:fe86d57f654a
31 endfunction 31 endfunction
32 32
33 call Mail_Erase_Sig() 33 call Mail_Erase_Sig()
34 34
35 " Get right to composing the body: 35 " Get right to composing the body:
36 if line('$') > 1 36 if line('$') > 1 && line("'\"") < 1
37 :normal gg}o 37 :normal gg}
38 :startinsert
39 endif 38 endif

mercurial