Browse Source

fix

pull/25/merge
gmarik 15 years ago
parent
commit
5f2c8dc491
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      autoload/vundle.vim

+ 2
- 2
autoload/vundle.vim View File

@ -24,8 +24,8 @@ com! -nargs=? -bang BundleSearch
\ call vundle#scripts#all('!' == '<bang>', <q-args>)
au! Filetype vundle call vundle#scripts#setup_view()
au! Syntax vim syn keyword vimCommand Bundle
au Filetype vundle call vundle#scripts#setup_view()
au Syntax vim syn keyword vimCommand Bundle
func! vundle#rc()


Loading…
Cancel
Save