From cd67059c0c3abf1e28aa66458abdf6f338252eb2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 18 Sep 2019 22:14:43 +0200 Subject: patch 8.1.2056: "make test" for indent files doesn't cause make to fail Problem: "make test" for indent files doesn't cause make to fail. Solution: Exit the script with ":cquit". (Daniel Hahler, closes #4949) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 1c7ece3c8..50c1c4cd9 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2056, /**/ 2055, /**/ -- cgit v1.2.1