Skip to content

Commit 0d6a251

Browse files
committed
updated for version 7.3.706
Problem: Can't build Motif version. Solution: Fix wrongly named variable. (Ike Devolder)
1 parent bd3ba59 commit 0d6a251

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/syntax.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8082,7 +8082,7 @@ hl_do_font(idx, arg, do_normal, do_menu, do_tooltip, free_font)
80828082
|| do_tooltip
80838083
# endif
80848084
)
8085-
if (free_fontset)
8085+
if (free_font)
80868086
gui_mch_free_fontset(HL_TABLE()[idx].sg_fontset);
80878087
HL_TABLE()[idx].sg_fontset = fontset_name2handle(arg, 0
80888088
# ifdef FONTSET_ALWAYS

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,8 @@ static char *(features[]) =
725725

726726
static int included_patches[] =
727727
{ /* Add new patch number below this line */
728+
/**/
729+
706,
728730
/**/
729731
705,
730732
/**/

0 commit comments

Comments
 (0)