changeset 3900:d0ae72c2f5f9 v7.3.706

updated for version 7.3.706 Problem: Can't build Motif version. Solution: Fix wrongly named variable. (Ike Devolder)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Oct 2012 21:25:22 +0200
parents 0134f1a6b8a0
children cc9be61651c6
files src/syntax.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -8082,7 +8082,7 @@ hl_do_font(idx, arg, do_normal, do_menu,
 	|| do_tooltip
 #  endif
 	    )
-	if (free_fontset)
+	if (free_font)
 	    gui_mch_free_fontset(HL_TABLE()[idx].sg_fontset);
 	HL_TABLE()[idx].sg_fontset = fontset_name2handle(arg, 0
 #  ifdef FONTSET_ALWAYS
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    706,
+/**/
     705,
 /**/
     704,