aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/ftplugin')
-rw-r--r--vim/after/ftplugin/mail.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim
index 47c82bb6..2e63c449 100644
--- a/vim/after/ftplugin/mail.vim
+++ b/vim/after/ftplugin/mail.vim
@@ -34,7 +34,7 @@ if line('.') == 1 && col('.') == 1
endwhile
" Now move to the first quoted or unquoted blank line
- call search('\m^>\=$', 'c')
+ call search('\m^>\= *$', 'c')
endif