mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
vim: don't automatically refresh after tagging
This operation might take a while, and even if it only takes fractions of a second, that's not what the user might want. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
6f8a1345eb
commit
a0b0baaf2b
1 changed files with 0 additions and 1 deletions
|
@ -218,7 +218,6 @@ function! s:search_tag(intags)
|
||||||
endif
|
endif
|
||||||
ruby do_tag(get_thread_id, VIM::evaluate('l:tags'))
|
ruby do_tag(get_thread_id, VIM::evaluate('l:tags'))
|
||||||
norm j
|
norm j
|
||||||
call s:search_refresh()
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:folders_search_prompt()
|
function! s:folders_search_prompt()
|
||||||
|
|
Loading…
Add table
Reference in a new issue