summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-12-26 21:09:58 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2013-12-26 21:09:58 +0100
commitab679f37dde60c82e419bbda3f335ca64cd8b02c (patch)
tree989867c5456f8ade336057eac9d56b764b6a1da6 /build
parentca95a47a93b404cf82362d29f991adfdf4e4c38c (diff)
downloadvim-polyglot-1.5.0.tar.gz
vim-polyglot-1.5.0.zip
Replace css-color with vim-coloresque, closes #11v1.5.0
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index b6a92a96..422e7f6a 100755
--- a/build
+++ b/build
@@ -54,7 +54,7 @@ copy_dir() {
for file in $(find "$1/$2" -name '*.vim'); do
file_path="$(dirname "${file##$1/}")"
mkdir -p "$file_path"
- touch $file_path/$file
+ touch "$file_path/$(basename "$file")"
cat $file >> $file_path/$(basename "$file")
done
}
@@ -71,7 +71,6 @@ PACKS="
c/c++:vim-jp/cpp-vim
clojure:guns/vim-clojure-static
coffee-script:kchmck/vim-coffee-script
- css-color:ap/vim-css-color
csv:chrisbra/csv.vim
cucumber:tpope/vim-cucumber
dockerfile:honza/dockerfile.vim
@@ -113,6 +112,7 @@ PACKS="
vbnet:vim-scripts/vbnet.vim
twig:beyondwords/vim-twig
xls:vim-scripts/XSLT-syntax
+ css-color:gorodinskiy/vim-coloresque
"
rm -rf tmp