diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-09-11 13:42:21 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-09-11 13:42:21 +0200 |
commit | 7575da2064c81f4d44cd5a10cc419e8fb97a2dba (patch) | |
tree | 8be7f9f5c93235e2360f0e08f87db6f015937d2e /build | |
parent | 9b239101032ad3c08b2ec11d31e1845f8aa4ecac (diff) | |
download | vim-polyglot-7575da2064c81f4d44cd5a10cc419e8fb97a2dba.tar.gz vim-polyglot-7575da2064c81f4d44cd5a10cc419e8fb97a2dba.zip |
Update
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ DIRS_BASIC="syntax compiler indent ftdetect after/syntax after/indent after/ftde DIRS_ALL="syntax indent compiler autoload ftplugin ftdetect after" DIRS_SYNTAX="syntax ftdetect after/syntax after/ftdetect" DIRS_JAVASCRIPT="${DIRS} extras" +DIRS_RM="$DIRS_JAVASCRIPT" OUTPUT="" @@ -195,7 +196,7 @@ PACKS=" " rm -rf tmp -rm -rf $DIRS_ALL +rm -rf $DIRS_RM mkdir tmp printf "Downloading packs..." |