no autoinsert

Sat, 06 May 2017 21:33:41 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 06 May 2017 21:33:41 -0400
changeset 570
fe86d57f654a
parent 569
0190a692645c
child 571
5dfc85243b54

no autoinsert

.vim/ftplugin/mail.vim file | annotate | diff | comparison | revisions
--- 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