From 180fc2d41812c49b60224a1ca89945a002a090f5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 28 May 2016 13:28:10 +0200 Subject: patch 7.4.1851 Problem: test_syn_attr failes when using the GUI. (Dominique Pelle) Solution: Escape the font name properly. --- 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 80793f10b..73e08fafa 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1851, /**/ 1850, /**/ -- cgit v1.2.1