diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 15:40:27 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 15:40:27 +0200 |
commit | 9243367ba376050621e4c05e8f0439742c1f0f82 (patch) | |
tree | da72230c3a5258fe2be8c90ef0301ac1edd7d547 /Makefile | |
parent | 1eed30b2af57538496943da09e298a6facc33002 (diff) | |
download | vim-polyglot-9243367ba376050621e4c05e8f0439742c1f0f82.tar.gz vim-polyglot-9243367ba376050621e4c05e8f0439742c1f0f82.zip |
Automatically detect script filetype when typingv4.10.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ test: @ scripts/test dev: - @ echo "packages.yaml\nheuristics.yaml\nscripts/test\nscripts/build\nscripts/test_extensions.vim" | DEV=1 entr bash -c 'make && make test' + @ (ls && find scripts) | DEV=1 entr bash -c 'make && make test' |