summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-05-20 17:04:22 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-05-20 17:04:22 +0200
commit42529540df6d80a39756d18550de82a6cee50141 (patch)
treed7561f4de1d11ef86257074cd318c66aa5f6ce4a /build
parenta688c66a049b12e7b19f6ab4cb27c5a24dc3d52c (diff)
downloadvim-polyglot-42529540df6d80a39756d18550de82a6cee50141.tar.gz
vim-polyglot-42529540df6d80a39756d18550de82a6cee50141.zip
Remove non-working ftplugin line, closes #485
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 5746c75c..c74054c0 100755
--- a/build
+++ b/build
@@ -67,7 +67,7 @@ extract() {
output "${subdirs##, })"$'\n'
- if (echo "julia coffee-script elixir fish git plantuml scala swift jinja" | grep -qF "$name"); then
+ if (echo "julia coffee-script elixir fish git plantuml scala swift jinja fsharp" | grep -qF "$name"); then
echo "Skipping ftdetect installation of $name" >&2
continue
fi