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
let @/=a:search_str
setlocal hls ft=vim
redraw
redraw!
endf
func! s:fetch_scripts(to)