diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ copy_dir() { } concat_ftdetect() { + cat config.vim >> tmp/polyglot.vim for f in ftdetect/*; do (echo '" '"$f"; cat "${f}"; echo) >> tmp/polyglot.vim; done rm -f ftdetect/* mv tmp/polyglot.vim ftdetect/ |