Highlight search results

This commit is contained in:
gmarik 2010-11-24 15:55:05 -06:00
parent 95706b32a0
commit ce09fefcde

View File

@ -4,6 +4,8 @@ func! vundle#scripts#search(...)
call writefile(matches, temp) call writefile(matches, temp)
exec 'sp '.temp exec 'sp '.temp
let @/=a:1 let @/=a:1
setlocal hls
redraw
endf endf
func! vundle#scripts#lookup(term) func! vundle#scripts#lookup(term)