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:
Felipe Contreras 2013-09-29 13:17:58 -05:00
parent 6f8a1345eb
commit a0b0baaf2b

View file

@ -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()