Highlight search results
This commit is contained in:
parent
95706b32a0
commit
ce09fefcde
@ -4,6 +4,8 @@ func! vundle#scripts#search(...)
|
||||
call writefile(matches, temp)
|
||||
exec 'sp '.temp
|
||||
let @/=a:1
|
||||
setlocal hls
|
||||
redraw
|
||||
endf
|
||||
|
||||
func! vundle#scripts#lookup(term)
|
||||
|
Loading…
Reference in New Issue
Block a user