summary refs log tree commit diff
path: root/vendor.sh
blob: b5785d06f0f81e9b1c3721903834a8b35aecc53b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env zsh

# Pull latest versions of vendored files.

set -o errexit -o nounset -o pipefail

pull() {
  curl -s "https://raw.githubusercontent.com/$2" -o "$1"
  echo "$1"
}

pull {.config/nvim,tpope/vim-pathogen/master}/autoload/pathogen.vim
/td> 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe Oops, didn't see this. 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe