Update scripts.vim

This commit is contained in:
gmarik 2015-02-27 11:08:53 -05:00
parent a864467285
commit f4bdf4388d
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ func! s:fetch_scripts(to)
call mkdir(scripts_dir, "p")
endif
let l:vim_scripts_json = 'http://vim-scripts.org/api/scripts.json'
let l:vim_scripts_json = 'https://raw.githubusercontent.com/vim-scraper/vim-scraper.github.com/master/api/scripts.json'
if executable("curl")
let cmd = 'curl --fail -s -o '.vundle#installer#shellesc(a:to).' '.l:vim_scripts_json
elseif executable("wget")