Pack compiler configuration with go, closes #84

This commit is contained in:
Adam Stankiewicz
2015-12-06 11:51:45 +01:00
parent f58692a641
commit ba7a783c7f
3 changed files with 47 additions and 2 deletions

2
build
View File

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