aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-06 15:25:16 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-06 15:25:16 +1300
commit5b2b933fd9382230ce39c4187d365b8e51634b2c (patch)
tree70924a08f330611bc176e7b375055530411142ce /vim
parentClarify a comment for HTML indentation (diff)
downloaddotfiles-5b2b933fd9382230ce39c4187d365b8e51634b2c.tar.gz
dotfiles-5b2b933fd9382230ce39c4187d365b8e51634b2c.zip
Remove superfluous unmappings for mail filetype
Diffstat (limited to 'vim')
-rw-r--r--vim/after/ftplugin/mail.vim7
1 files changed, 0 insertions, 7 deletions
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 <buffer> <LocalLeader>q
-vunmap <buffer> <LocalLeader>q
-nunmap <buffer> <Plug>MailQuote
-vunmap <buffer> <Plug>MailQuote
-
" Flag messages as important/unimportant
nnoremap <buffer> <LocalLeader>h
\ :<C-U>call mail#FlagImportant()<CR>