Skip to content

Commit f4bdf43

Browse files
committed
Update scripts.vim
1 parent a864467 commit f4bdf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vundle/scripts.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func! s:fetch_scripts(to)
211211
call mkdir(scripts_dir, "p")
212212
endif
213213

214-
let l:vim_scripts_json = 'http://vim-scripts.org/api/scripts.json'
214+
let l:vim_scripts_json = 'https://raw.githubusercontent.com/vim-scraper/vim-scraper.github.com/master/api/scripts.json'
215215
if executable("curl")
216216
let cmd = 'curl --fail -s -o '.vundle#installer#shellesc(a:to).' '.l:vim_scripts_json
217217
elseif executable("wget")

0 commit comments

Comments
 (0)