From ca8942c6e331a69ddd533dd78931f399f7dcaa79 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 19 Jul 2016 23:36:31 +0200 Subject: patch 7.4.2078 Problem: Running checks in po diretory fails. Solution: Add colors used in syntax.c to the builtiin color table. --- 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 892894af7..c3443fe26 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2078, /**/ 2077, /**/ -- cgit v1.2.1