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
Bugfix: Fixed pattern
pull/10/head
gmarik
15 years ago
parent
8a253e4154
commit
2aa86954ea
1 changed files
with
1 additions
and
1 deletions
Split 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
@ -36,7 +36,7 @@ endf
func
!
s
:
parse_name
(
arg
)
let
arg
=
a
:
arg
if
arg
=
~
'^\s*\(git@\|git://\)\S\+'
|
|
arg
=
~
'https\?://'
|
|
arg
=
~
'\.git\*$'
if
arg
=
~
'^\s*\(git@\|git://\)\S\+'
|
|
arg
=
~
'https\?://'
|
|
arg
=
~
'\.git\
s
*$'
let
uri
=
arg
let
name
=
substitute
(
split
(
uri
,
'\/'
)
[
-1
]
,
'\.git\s*$'
,
''
,
'i'
)
else
Write
Preview
Loading…
Cancel
Save