From 42529540df6d80a39756d18550de82a6cee50141 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 20 May 2020 17:04:22 +0200 Subject: Remove non-working ftplugin line, closes #485 --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.2.3