summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-10-21 21:25:22 +0200
committerBram Moolenaar <Bram@vim.org>2012-10-21 21:25:22 +0200
commita9a2d8f4d0d8bfd10fdcf468e6614e196d39ffd0 (patch)
treec12d7937d5a2bad540d33d9cc90352723eb1c66d /src
parent707cfb82dce17018da95ef0dc5466082258260f5 (diff)
updated for version 7.3.706v7.3.706
Problem: Can't build Motif version. Solution: Fix wrongly named variable. (Ike Devolder)
Diffstat (limited to 'src')
-rw-r--r--src/syntax.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 81e9acd4de..4adbaf087b 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -8082,7 +8082,7 @@ hl_do_font(idx, arg, do_normal, do_menu, do_tooltip, free_font)
|| 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
diff --git a/src/version.c b/src/version.c
index a0fc9d6147..321dfdfd58 100644
--- 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,