We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a864467 commit f4bdf43Copy full SHA for f4bdf43
autoload/vundle/scripts.vim
@@ -211,7 +211,7 @@ func! s:fetch_scripts(to)
211
call mkdir(scripts_dir, "p")
212
endif
213
214
- 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'
215
if executable("curl")
216
let cmd = 'curl --fail -s -o '.vundle#installer#shellesc(a:to).' '.l:vim_scripts_json
217
elseif executable("wget")
0 commit comments