clear the nmap before creating our bindings

This commit is contained in:
Bart Trojanowski 2009-11-20 15:47:25 -05:00
parent 64339e6324
commit 4bcb884622

View file

@ -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