summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-12-06 11:51:45 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2015-12-06 11:51:45 +0100
commitba7a783c7f3d3c923ef151e4d3e99e087831ef69 (patch)
tree4f6beff52e14a5415c5e036d6478eb092c940952 /build
parentf58692a6410c6ce13de0eb6f03ab7e918ed7d1e5 (diff)
downloadvim-polyglot-ba7a783c7f3d3c923ef151e4d3e99e087831ef69.tar.gz
vim-polyglot-ba7a783c7f3d3c923ef151e4d3e99e087831ef69.zip
Pack compiler configuration with go, closes #84
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 2ed8c2a8..589a04b4 100755
--- a/build
+++ b/build
@@ -3,7 +3,7 @@
set -E
DIRS="syntax indent compiler autoload ftplugin ftdetect after/syntax after/indent after/ftplugin after/ftdetect"
-DIRS_BASIC="syntax indent ftdetect after/syntax after/indent after/ftdetect"
+DIRS_BASIC="syntax compiler indent ftdetect after/syntax after/indent after/ftdetect"
DIRS_ALL="syntax indent compiler autoload ftplugin ftdetect after"
OUTPUT=""