From 09e786e7a7fc952f43e3f88ba49ab1ac6ef3b3a3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 21 Jan 2016 23:53:06 +0100 Subject: patch 7.4.1152 Problem: Langmap test fails with normal build. Solution: Check for +langmap feature. --- 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 83540a49c..34cfad4df 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1152, /**/ 1151, /**/ -- cgit v1.2.1