Remove non-working ftplugin line, closes #485

This commit is contained in:
Adam Stankiewicz
2020-05-20 17:04:22 +02:00
parent a688c66a04
commit 42529540df
3 changed files with 7 additions and 10 deletions

2
build
View File

@@ -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