Skip to content

Commit

Permalink
Update scripts.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Feb 27, 2015
1 parent a864467 commit f4bdf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vundle/scripts.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

2 comments on commit f4bdf43

@jdevera
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this prompted by the comments about blindly evalling stuff?

@gmarik
Copy link
Contributor Author

@gmarik gmarik commented on f4bdf43 Feb 28, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdevera yes! )

Please sign in to comment.