summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-12 16:30:10 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-12 16:30:10 +0200
commitd4eca3f2eb6c8496261ed252596d6813b9eb8a04 (patch)
tree8303e6f7505bc2f1e0417fed9fbda3ed52a44d4d
parent591d4d2517b86f6c4b88bf165fb9c01dcb861727 (diff)
downloadvim-polyglot-d4eca3f2eb6c8496261ed252596d6813b9eb8a04.tar.gz
vim-polyglot-d4eca3f2eb6c8496261ed252596d6813b9eb8a04.zip
Add support for after/ftdetect and after/ftplugin
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 96a7ac7a..2a07573f 100755
--- a/build.sh
+++ b/build.sh
@@ -4,7 +4,7 @@ set -E
DIRS="
syntax indent ftplugin ftdetect autoload compiler
- after/syntax after/indent
+ after/syntax after/indent after/ftplugin after/ftdetect
"
copy_dir() {