From 29f49ee8d728ab77229351662b3345ed8591dd09 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 4 May 2013 03:42:34 +0200 Subject: updated for version 7.3.921 Problem: Trying to create a fontset handle when 'guifontset' is not set. Solution: Add curly braces around the code block. (Max Kirillov) --- 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 0811257c4..89a6e22dc 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 921, /**/ 920, /**/ -- cgit v1.2.1