X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=vim%2Fplugin%2Fnotmuch.vim;h=4e164b8d3b0357ede14174664aa3c720cd7309c3;hp=8ef6ac5a210da51ba8bf74d3001b4083593fe8e0;hb=ef8127076072f743f396cb3d3df946423c1dbbd4;hpb=d1eb2c6ce55fa3cf3ea97d27c3dbb4c2b69419da diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 8ef6ac5a..4e164b8d 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -1337,7 +1337,7 @@ function! s:NM_set_map(type, maps) exec printf('%snoremap %s %s', a:type, key, code) endfor " --- this is a hack for development :) - nnoremap ,nmr :source ~/.vim/plugin/notmuch.vim:call NotMuch('') + nnoremap ,nmr :runtime! plugin/notmuch.vim endfunction " --- command handler {{{1