aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after')
-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 a30b155a..ab5454bc 100644
--- a/vim/after/ftplugin/mail.vim
+++ b/vim/after/ftplugin/mail.vim
@@ -13,7 +13,7 @@ if line('.') == 1 && col('.') == 1
" Check this line to see if it's a generic hello-name greeting that we can
" just strip out; delete the following line too, if it's blank
- if getline('.') =~? '^>\s*\%(<hello\|hi\)\s\+\S\+\s*$'
+ if getline('.') =~? '^>\s*\%(<hello\|hey\+\|hi\)\s\+\S\+\s*$'
delete
if getline('.') =~# '^>$'
delete