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
https is a default proto
- as `http` one just redirects to `https` on GitHub
pull/126/head
gmarik
14 years ago
parent
ecb6773c94
commit
f6ce31fa38
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
@ -41,7 +41,7 @@ endf
func
!
s
:
parse_name
(
arg
)
let
arg
=
a
:
arg
let
git_proto
=
exists
(
'g:vundle_default_git_proto'
)
?
g
:
vundle_default_git_proto
:
'http'
let
git_proto
=
exists
(
'g:vundle_default_git_proto'
)
?
g
:
vundle_default_git_proto
:
'http
s
'
if
arg
=
~
?
'^\s*\(gh\|github\):\S\+'
\
|
|
arg
=
~
?
'^[a-z0-9][a-z0-9-]*/[^/]\+$'
Write
Preview
Loading…
Cancel
Save