.vim/ftplugin/mail.vim

changeset 570
fe86d57f654a
parent 504
e4e09e3317ec
child 657
628b4b962086
--- a/.vim/ftplugin/mail.vim
+++ b/.vim/ftplugin/mail.vim
@@ -33,7 +33,6 @@ endfunction
 call Mail_Erase_Sig()
 
 " Get right to composing the body:
-if line('$') > 1
-  :normal gg}o
-  :startinsert
+if line('$') > 1 && line("'\"") < 1
+  :normal gg}
 endif

mercurial