.vim/ftplugin/mail.vim

changeset 434
be837354e11b
parent 411
1bb7fe33cd74
child 504
e4e09e3317ec
--- a/.vim/ftplugin/mail.vim
+++ b/.vim/ftplugin/mail.vim
@@ -33,9 +33,6 @@ call Mail_Erase_Sig()
 
 " Get right to composing the body:
 if line('$') > 1
-  :0
-  :/^$/
-  :normal 2] 
-  :+1
-  :exe 'startinsert'
+  :normal gg}o
+  :startinsert
 endif

mercurial