changeset 632:c950f0ef2268

Apparently better use githubusercontent? Also sort.
author nanaya <me@nanaya.pro>
date Fri, 18 Oct 2019 15:49:35 +0900
parents 7a19b1357209
children f382ac2f585e
files update-vendor
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/update-vendor	Fri Oct 18 15:47:17 2019 +0900
+++ b/update-vendor	Fri Oct 18 15:49:35 2019 +0900
@@ -28,16 +28,16 @@
   cd "$(dirname "$0")/vendor/vim-syntax"
 
   rm -f *.vim
-  _get https://github.com/vim/vim/raw/master/runtime/syntax/eruby.vim
-  _get https://github.com/vim/vim/raw/master/runtime/syntax/json.vim
-  _get https://github.com/vim/vim/raw/master/runtime/syntax/less.vim
-  _get https://github.com/vim/vim/raw/master/runtime/syntax/ruby.vim
-  _get https://github.com/vim/vim/raw/master/runtime/syntax/scss.vim
-  _get https://github.com/kchmck/vim-coffee-script/raw/master/syntax/coffee.vim
-  _get https://github.com/slim-template/vim-slim/raw/master/syntax/slim.vim
-  _get https://raw.githubusercontent.com/jwalton512/vim-blade/master/syntax/blade.vim
   _get https://hg.nginx.org/nginx/raw-file/tip/contrib/vim/syntax/nginx.vim
   _get https://raw.githubusercontent.com/jelera/vim-javascript-syntax/master/syntax/javascript.vim
-  _get https://github.com/leafgarland/typescript-vim/raw/master/syntax/typescript.vim
-  _get https://github.com/peitalin/vim-jsx-typescript/raw/master/after/syntax/tsx.vim
+  _get https://raw.githubusercontent.com/jwalton512/vim-blade/master/syntax/blade.vim
+  _get https://raw.githubusercontent.com/kchmck/vim-coffee-script/master/syntax/coffee.vim
+  _get https://raw.githubusercontent.com/leafgarland/typescript-vim/master/syntax/typescript.vim
+  _get https://raw.githubusercontent.com/peitalin/vim-jsx-typescript/master/after/syntax/tsx.vim
+  _get https://raw.githubusercontent.com/slim-template/vim-slim/master/syntax/slim.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/eruby.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/json.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/less.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/ruby.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/scss.vim
 )