redraw! after searching

This commit is contained in:
gmarik 2010-11-29 17:00:49 -06:00
parent e027ffee29
commit e97542280f

View File

@ -11,7 +11,7 @@ func! s:display(results,search_str)
wincmd P wincmd P
let @/=a:search_str let @/=a:search_str
setlocal hls ft=vim setlocal hls ft=vim
redraw redraw!
endf endf
func! s:fetch_scripts(to) func! s:fetch_scripts(to)