diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-20 17:04:22 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-20 17:04:22 +0200 |
commit | 42529540df6d80a39756d18550de82a6cee50141 (patch) | |
tree | d7561f4de1d11ef86257074cd318c66aa5f6ce4a /build | |
parent | a688c66a049b12e7b19f6ab4cb27c5a24dc3d52c (diff) | |
download | vim-polyglot-42529540df6d80a39756d18550de82a6cee50141.tar.gz vim-polyglot-42529540df6d80a39756d18550de82a6cee50141.zip |
Remove non-working ftplugin line, closes #485
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |