Support for revisions is coming soon!
This commit is contained in:
parent
1cc69c1a73
commit
b3c561161d
@ -56,7 +56,7 @@ func s:parse_options(opts)
|
|||||||
if type(a:opts[0]) == type({})
|
if type(a:opts[0]) == type({})
|
||||||
return a:opts[0]
|
return a:opts[0]
|
||||||
else
|
else
|
||||||
return {'revision': a:opts[0]}
|
return {'rev': a:opts[0]}
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
return {}
|
return {}
|
||||||
@ -94,4 +94,3 @@ func! s:bundle.install()
|
|||||||
call self.sync()
|
call self.sync()
|
||||||
call self.helptags()
|
call self.helptags()
|
||||||
endf
|
endf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user