aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/after/ftplugin/mail.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim
index 5a2f544f..738f17ec 100644
--- a/vim/after/ftplugin/mail.vim
+++ b/vim/after/ftplugin/mail.vim
@@ -41,13 +41,13 @@ endif
" Flag messages as important/unimportant
nnoremap <buffer> <LocalLeader>ih
\ :<C-U>SetImportance high<CR>
-let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>h'
+let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>ih'
nnoremap <buffer> <LocalLeader>il
\ :<C-U>SetImportance low<CR>
-let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>l'
+let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>il'
nnoremap <buffer> <LocalLeader>in
\ :<C-U>SetImportance normal<CR>
-let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>n'
+let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>in'
" Quote operator
nnoremap <buffer> <expr> <LocalLeader>q