This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
vundle
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
Merge
https://github.com/termac/vundle
into 0.8
events
gmarik
14 years ago
parent
ae1749e69c
7e7cde6444
commit
c2a7b49eb5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
autoload/vundle/config.vim
+ 1
- 0
autoload/vundle/config.vim
View File
@ -47,6 +47,7 @@ func! s:parse_name(arg)
elseif
arg
=
~
'^\s*\(git@\|git://\)\S\+'
\
|
|
arg
=
~
'https\?://'
\
|
|
arg
=
~
'\.git\s*$'
\
|
|
arg
=
~
'\(file://\)\?[~/]'
let
uri
=
arg
let
name
=
substitute
(
split
(
uri
,
'\/'
)
[
-1
]
,
'\.git\s*$'
,
''
,
'i'
)
else
Write
Preview
|
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save