From a1ab7dc01b88f19ee24f592d3d17e39ad3af13f0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 22 Jun 2019 19:00:49 +1200 Subject: Improve honesty of comment in mail ftplugin --- vim/after/ftplugin/mail.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vim') diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 90278bbe..53260a49 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -3,8 +3,7 @@ let b:quote_space = 0 let b:undo_ftplugin .= '|unlet b:quote_space' -" If something hasn't already moved the cursor, we'll move to an optimal point -" to start writing +" Attempt to move to a good spot to start writing function! s:SuggestStart() abort " Move to top of buffer -- cgit v1.2.3