diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/plugin/notmuch.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 09df1ed9..d3b11ba6 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -743,6 +743,7 @@ endif " --- assign keymaps {{{1 function! s:NM_set_map(maps) + nmapclear for [key, code] in items(a:maps) exec printf('nnoremap <buffer> %s %s', key, code) endfor |