From 5b2b933fd9382230ce39c4187d365b8e51634b2c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 6 Jan 2019 15:25:16 +1300 Subject: Remove superfluous unmappings for mail filetype --- vim/after/ftplugin/mail.vim | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vim/after') diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index ffaa6709..898fd6a8 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -36,13 +36,6 @@ if exists('g:no_plugin_maps') || exists('g:no_mail_maps') finish endif -" Clear away the quoting maps that the stock mail.vim sets; they work fine, -" but we have nicer ones to define shortly -nunmap q -vunmap q -nunmap MailQuote -vunmap MailQuote - " Flag messages as important/unimportant nnoremap h \ :call mail#FlagImportant() -- cgit v1.2.3