Browse Source

Support for revisions is coming soon!

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

+ 1
- 2
autoload/vundle.vim View File

@ -56,7 +56,7 @@ func s:parse_options(opts)
if type(a:opts[0]) == type({})
return a:opts[0]
else
return {'revision': a:opts[0]}
return {'rev': a:opts[0]}
endif
endif
return {}
@ -94,4 +94,3 @@ func! s:bundle.install()
call self.sync()
call self.helptags()
endf

Loading…
Cancel
Save