Browse Source

Merge branch 'master' into nin

Conflicts:
	autoload/vundle/scripts.vim
pull/71/head
gmarik 15 years ago
parent
commit
f8e887357e
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      autoload/vundle/scripts.vim

+ 5
- 4
autoload/vundle/scripts.vim View File

@ -7,9 +7,10 @@ func! vundle#scripts#all(bang, ...)
else
let matches = filter(s:load_scripts(a:bang), 'v:val =~? "'.escape(a:1,'"').'"')
call s:display(info + ['"Search results for: '.a:1], matches)
let @/=a:1
" TODO: highlight doesn't work
setl hls
if &hls
" TODO: search doesn't get highlighted for me
let @/=a:1
endif
let b:match = a:1
endif
redraw!
@ -27,7 +28,7 @@ endf
func! vundle#scripts#setup_view() abort
setl cursorline norelativenumber nonu
setl hls ro noma ignorecase syntax=vim
setl ro noma ignorecase syntax=vim
syn keyword vimCommand Bundle


Loading…
Cancel
Save