projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f8a134
)
vim: don't automatically refresh after tagging
author
Felipe Contreras
<felipe.contreras@gmail.com>
Sun, 29 Sep 2013 18:17:58 +0000
(13:17 -0500)
committer
Felipe Contreras
<felipe.contreras@gmail.com>
Wed, 20 Nov 2013 13:23:29 +0000
(07:23 -0600)
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
patch
|
blob
|
history
diff --git
a/vim/notmuch.vim
b/vim/notmuch.vim
index 0ccaaf1ebebf32e5f82ec73389448f8bf278e8ce..438fadf70087e64dc4f9d46c410f5d0ff0e7c75d 100644
(file)
--- 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()