[vim] - patchlevel 706

Karsten Hopp karsten at fedoraproject.org
Tue Oct 23 10:14:51 UTC 2012


commit 1fcea193967774d9c76105f2a558b43ba722a476
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Oct 23 12:13:16 2012 +0200

    - patchlevel 706

 7.3.706 |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/7.3.706 b/7.3.706
new file mode 100644
index 0000000..acf7426
--- /dev/null
+++ b/7.3.706
@@ -0,0 +1,55 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.706
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.3.706 (after 7.3.697)
+Problem:    Can't build Motif version.
+Solution:   Fix wrongly named variable. (Ike Devolder)
+Files:      src/syntax.c
+
+
+*** ../vim-7.3.705/src/syntax.c	2012-10-21 01:40:24.000000000 +0200
+--- src/syntax.c	2012-10-21 21:22:46.000000000 +0200
+***************
+*** 8082,8088 ****
+  	|| do_tooltip
+  #  endif
+  	    )
+! 	if (free_fontset)
+  	    gui_mch_free_fontset(HL_TABLE()[idx].sg_fontset);
+  	HL_TABLE()[idx].sg_fontset = fontset_name2handle(arg, 0
+  #  ifdef FONTSET_ALWAYS
+--- 8082,8088 ----
+  	|| do_tooltip
+  #  endif
+  	    )
+! 	if (free_font)
+  	    gui_mch_free_fontset(HL_TABLE()[idx].sg_fontset);
+  	HL_TABLE()[idx].sg_fontset = fontset_name2handle(arg, 0
+  #  ifdef FONTSET_ALWAYS
+*** ../vim-7.3.705/src/version.c	2012-10-21 04:00:03.000000000 +0200
+--- src/version.c	2012-10-21 21:25:07.000000000 +0200
+***************
+*** 727,728 ****
+--- 727,730 ----
+  {   /* Add new patch number below this line */
++ /**/
++     706,
+  /**/
+
+-- 
+"You're fired." (1980)
+"You're laid off." (1985)
+"You're downsized." (1990)
+"You're rightsized." (1992)
+				(Scott Adams - The Dilbert principle)
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\  an exciting new programming language -- http://www.Zimbu.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


More information about the scm-commits mailing list