From c7500f9cb5b9fbedb9f1a385fdc3790335054bd3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 6 Jun 2019 14:08:50 +0200 Subject: patch 8.1.1477: test summary fails in the tiny version Problem: Test summary fails in the tiny version. Solution: set 'nocompatible'. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index d0d2c28fc..1c8da448e 100644 --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1477, /**/ 1476, /**/ -- cgit v1.2.1