summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-10 15:40:27 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-10 15:40:27 +0200
commit9243367ba376050621e4c05e8f0439742c1f0f82 (patch)
treeda72230c3a5258fe2be8c90ef0301ac1edd7d547 /Makefile
parent1eed30b2af57538496943da09e298a6facc33002 (diff)
downloadvim-polyglot-9243367ba376050621e4c05e8f0439742c1f0f82.tar.gz
vim-polyglot-9243367ba376050621e4c05e8f0439742c1f0f82.zip
Automatically detect script filetype when typingv4.10.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e9ec579..157db849 100644
--- a/Makefile
+++ b/Makefile
@@ -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'