aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-14 15:37:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-14 15:37:36 +1200
commit576b7c11c3437b1904391d464f60b7c3261c71aa (patch)
tree245ffd1c85393c26d76b3f0689fd2fa08d220abf
parentMerge branch 'release/v1.52.0' into develop (diff)
downloaddotfiles-576b7c11c3437b1904391d464f60b7c3261c71aa.tar.gz
dotfiles-576b7c11c3437b1904391d464f60b7c3261c71aa.zip
Add "hey" to generic mail quote greetings
-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