diff --git a/autoload/vundle.vim b/autoload/vundle.vim index b1ee473..6c4be6e 100644 --- a/autoload/vundle.vim +++ b/autoload/vundle.vim @@ -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 -