20b4a91fbb
subrepo: subdir: "dotfiles/.vim/plugged/php.vim" merged: "930aec5c" upstream: origin: "https://github.com/stanangeloff/php.vim.git" branch: "master" commit: "930aec5c" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
13 lines
238 B
Bash
13 lines
238 B
Bash
#!/bin/sh
|
|
|
|
cat - > php.vim
|
|
|
|
test -e update.out && rm update.out
|
|
|
|
for version in 5.6 7.0 7.1 7.2 7.3; do
|
|
php$version 10-collect.php 1>>update.out
|
|
done
|
|
|
|
cat update.out | \
|
|
php7.2 20-generate.php | \
|
|
php7.2 30-update.php php.vim
|