From 576b7c11c3437b1904391d464f60b7c3261c71aa Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 14 Aug 2018 15:37:36 +1200 Subject: Add "hey" to generic mail quote greetings --- vim/after/ftplugin/mail.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*\%(\s*\%($' delete -- cgit v1.2.3