mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
vim: have ,nmr just reload the plugin w/o restarting state
This commit is contained in:
parent
d1eb2c6ce5
commit
ef81270760
1 changed files with 1 additions and 1 deletions
|
@ -1337,7 +1337,7 @@ function! s:NM_set_map(type, maps)
|
|||
exec printf('%snoremap <buffer> %s %s', a:type, key, code)
|
||||
endfor
|
||||
" --- this is a hack for development :)
|
||||
nnoremap ,nmr :source ~/.vim/plugin/notmuch.vim<CR>:call NotMuch('')<CR>
|
||||
nnoremap ,nmr :runtime! plugin/notmuch.vim<CR>
|
||||
endfunction
|
||||
|
||||
" --- command handler {{{1
|
||||
|
|
Loading…
Reference in a new issue