Change strategy to appending instead of copying
This commit is contained in:
parent
a26bebbeb9
commit
ca95a47a93
3
build
3
build
@ -54,7 +54,8 @@ copy_dir() {
|
||||
for file in $(find "$1/$2" -name '*.vim'); do
|
||||
file_path="$(dirname "${file##$1/}")"
|
||||
mkdir -p "$file_path"
|
||||
cp $file $file_path/
|
||||
touch $file_path/$file
|
||||
cat $file >> $file_path/$(basename "$file")
|
||||
done
|
||||
}
|
||||
|
||||
|
0
syntax/coffee.vim
Executable file → Normal file
0
syntax/coffee.vim
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user