From a0b0baaf2bb8bd4ee510b0c45c0aae69c0d80bf1 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 29 Sep 2013 13:17:58 -0500 Subject: [PATCH] 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 --- vim/notmuch.vim | 1 - 1 file changed, 1 deletion(-) 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() -- 2.43.0