diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-24 16:10:53 +0100 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-24 16:10:53 +0100 | 
| commit | ef369d45a505403587ea0bae30ce6768ba51398c (patch) | |
| tree | 9c7d077bc7f4a5849aa8837a682e828216e7be12 /build | |
| parent | 64938393bd49f459a3c64b8342c714caa836e6b3 (diff) | |
| download | vim-polyglot-ef369d45a505403587ea0bae30ce6768ba51398c.tar.gz vim-polyglot-ef369d45a505403587ea0bae30ce6768ba51398c.zip | |
fix: Re-introduce config.vim into buildv2.15.1
Diffstat (limited to '')
| -rwxr-xr-x | build | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -29,6 +29,9 @@ download() {  extract() {    printf "\n" + +  cat config.vim >> tmp/polyglot.vim +    for pack in $1; do      name="$(printf "$pack" | cut -d ':' -f 1)"      path="$(printf "$pack" | cut -d ':' -f 2)" | 
