mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
set et on build
This commit is contained in:
4
build
4
build
@@ -55,8 +55,8 @@ extract() {
|
|||||||
output "${subdirs##, })\n"
|
output "${subdirs##, })\n"
|
||||||
|
|
||||||
if (echo "julia coffee-script elixir fish git plantuml scala swift" | fgrep -q "$name"); then
|
if (echo "julia coffee-script elixir fish git plantuml scala swift" | fgrep -q "$name"); then
|
||||||
echo "Skipping ftdetect installation of $name"
|
echo "Skipping ftdetect installation of $name"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -d "${dir}/ftdetect" ] && for f in "${dir}/ftdetect/"*; do
|
[ -d "${dir}/ftdetect" ] && for f in "${dir}/ftdetect/"*; do
|
||||||
|
|||||||
Reference in New Issue
Block a user