From 94ec9c38e744241e48fb8d75ae6e8811bc73fc59 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 2 Oct 2020 03:42:03 +0200 Subject: Do not use ++once to support older vims, fixes #7056 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b21d7358..827ac66b 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ test: @ scripts/test dev: - @ find scripts . -type f -depth 1 | DEV=1 entr bash -c 'make && make test' + @ find scripts autoload/polyglot ftdetect tests . -type f -depth 1 | DEV=1 entr bash -c 'make && make test' -- cgit v1.2.3