This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Vundle.vim
mirror of
https://github.com/VundleVim/Vundle.vim.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
do not override default opts
- modify instead
v
gmarik
15 years ago
parent
a0124f066a
commit
49e4ca7bb7
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
autoload/vundle/config.vim
+ 1
- 1
autoload/vundle/config.vim
View File
@ -43,7 +43,7 @@ func! s:parse_name(arg)
if
len
(
args
)
=
=
2
if
len
(
args
)
=
=
2
let
revision
=
args
[
1
]
let
revision
=
args
[
1
]
let
opts
=
{
'v'
:
revision
}
let
opts
[
'v'
]
=
revision
end
end
if
arg
=
~
?
'^\s*\(gh\|github\):\S\+'
if
arg
=
~
?
'^\s*\(gh\|github\):\S\+'
Write
Preview
Loading…
Cancel
Save