]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.706 v7.3.706
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Oct 2012 19:25:22 +0000 (21:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Oct 2012 19:25:22 +0000 (21:25 +0200)
Problem:    Can't build Motif version.
Solution:   Fix wrongly named variable. (Ike Devolder)

src/syntax.c
src/version.c

index 81e9acd4de06a6f32f4ffcf1d0e659358e3df745..4adbaf087b92dd5ea894b9c6fe7c2e066f2b84a5 100644 (file)
@@ -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
index a0fc9d614790b68948533bf47e86b4769dc1ce7c..321dfdfd58251088b64fbfc1ea878ec4d2bbff0f 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    706,
 /**/
     705,
 /**/