[PATCH 02/21] vim: don't automatically refresh after tagging

Subject: [PATCH 02/21] vim: don't automatically refresh after tagging

Date: Sat, 2 Nov 2013 07:55:35 -0600

To: notmuch@notmuchmail.org

Cc:

From: Felipe Contreras


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>
---
 vim/notmuch.vim | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vim/notmuch.vim b/vim/notmuch.vim
index 0ccaaf1..438fadf 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()
-- 
1.8.4.2+fc1


Thread: