From: Felipe Contreras Date: Sun, 29 Sep 2013 18:17:58 +0000 (-0500) Subject: vim: don't automatically refresh after tagging X-Git-Tag: 0.17_rc1~25 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a0b0baaf2bb8bd4ee510b0c45c0aae69c0d80bf1;ds=sidebyside 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 --- diff --git a/vim/notmuch.vim b/vim/notmuch.vim index 0ccaaf1e..438fadf7 100644 --- a/vim/notmuch.vim +++ b/vim/notmuch.vim @@ -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()