vim-plugins: use https for github repositories
This commit is contained in:
committed by
Bjørn Forsman
parent
d8a7b507d9
commit
8977b1f2ee
@@ -254,7 +254,7 @@ let
|
||||
let &rtp.=(empty(&rtp)?"":',').c.plugin_root_dir.'/vim-addon-manager'
|
||||
if !isdirectory(c.plugin_root_dir.'/vim-addon-manager/autoload')
|
||||
" checkout VAM
|
||||
execute '!git clone --depth=1 git://github.com/MarcWeber/vim-addon-manager '
|
||||
execute '!git clone --depth=1 https://github.com/MarcWeber/vim-addon-manager '
|
||||
\ shellescape(c.plugin_root_dir.'/vim-addon-manager', 1)
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user