Sat, 06 May 2017 21:33:41 -0400
no autoinsert
--- 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