From b3c561161dfe0e0c12141ec22a438289e25c0571 Mon Sep 17 00:00:00 2001 From: gmarik Date: Sun, 5 Dec 2010 23:02:20 -0600 Subject: [PATCH] Support for revisions is coming soon! --- autoload/vundle.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -