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
add missing variable
v
gmarik
14 years ago
parent
b4a8add013
commit
314aaa4b24
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
@ -38,6 +38,7 @@ func! s:parse_options(opts)
endf
func
!
s
:
parse_name
(
arg
)
let
opts
=
{}
let
git_proto
=
exists
(
'g:vundle_default_git_proto'
)
?
g
:
vundle_default_git_proto
:
'https'
let
args
=
split
(
a
:
arg
,
'\s\+'
)
let
arg
=
args
[
0
]
Write
Preview
Loading…
Cancel
Save