Browse Source

Highlight search results

pull/10/head
gmarik 15 years ago
parent
commit
ce09fefcde
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      autoload/vundle/scripts.vim

+ 2
- 0
autoload/vundle/scripts.vim 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)


Loading…
Cancel
Save