# HG changeset patch # User Meredith Howard # Date 1494120821 14400 # Node ID fe86d57f654adcd000181e673853368c74507038 # Parent 0190a692645cd846e53f896f29dbd7d97cf05682 no autoinsert diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim --- 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