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