aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-22 19:00:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-22 19:00:49 +1200
commita1ab7dc01b88f19ee24f592d3d17e39ad3af13f0 (patch)
tree4553fd2e1fdc9c558a1ce8bd416f733e516676e9
parentMove mail ftplugin function out into autoload (diff)
downloaddotfiles-a1ab7dc01b88f19ee24f592d3d17e39ad3af13f0.tar.gz
dotfiles-a1ab7dc01b88f19ee24f592d3d17e39ad3af13f0.zip
Improve honesty of comment in mail ftplugin
-rw-r--r--vim/after/ftplugin/mail.vim3
1 files changed, 1 insertions, 2 deletions
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