diff options
author | Dan Reif <dan.reif@collectivehealth.com> | 2018-04-30 14:57:13 -0700 |
---|---|---|
committer | Dan Reif <dan.reif@collectivehealth.com> | 2018-04-30 14:57:13 -0700 |
commit | 565b8b8a2c722bb83e7e8c23dd4e231e7e339652 (patch) | |
tree | e2abdcfcd9b8d8450332306333e5e14e22220b27 | |
parent | 9f13bb7354a29dda5ca2cd149baa6bb7dab3dd14 (diff) | |
download | vim-polyglot-565b8b8a2c722bb83e7e8c23dd4e231e7e339652.tar.gz vim-polyglot-565b8b8a2c722bb83e7e8c23dd4e231e7e339652.zip |
`set et` on `build`
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,8 +55,8 @@ extract() { output "${subdirs##, })\n" if (echo "julia coffee-script elixir fish git plantuml scala swift" | fgrep -q "$name"); then - echo "Skipping ftdetect installation of $name" - continue + echo "Skipping ftdetect installation of $name" + continue fi [ -d "${dir}/ftdetect" ] && for f in "${dir}/ftdetect/"*; do |