mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +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
|
||||
ruby do_tag(get_thread_id, VIM::evaluate('l:tags'))
|
||||
norm j
|
||||
call s:search_refresh()
|
||||
endfunction
|
||||
|
||||
function! s:folders_search_prompt()
|
||||
|
|
Loading…
Reference in a new issue