[vim/f19] - patchlevel 876

Karsten Hopp karsten at fedoraproject.org
Mon Apr 15 15:07:26 UTC 2013


commit 9013d9abcb096e6b648b0bb555cc6cb08ea57285
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Apr 15 17:02:31 2013 +0200

    - patchlevel 876

 7.3.876 |   80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 80 insertions(+), 0 deletions(-)
---
diff --git a/7.3.876 b/7.3.876
new file mode 100644
index 0000000..573df0d
--- /dev/null
+++ b/7.3.876
@@ -0,0 +1,80 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.876
+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.876
+Problem:    #if indents are off.
+Solution:   Insert a space where appropriate. (Taro Muraoka)
+Files:	    src/gui.c
+
+
+*** ../vim-7.3.875/src/gui.c	2013-01-23 18:37:31.000000000 +0100
+--- src/gui.c	2013-03-27 22:44:19.000000000 +0100
+***************
+*** 991,997 ****
+      }
+  
+      gui_mch_free_font(gui.wide_font);
+! #ifdef FEAT_GUI_GTK
+      /* Avoid unnecessary overhead if 'guifontwide' is equal to 'guifont'. */
+      if (font != NOFONT && gui.norm_font != NOFONT
+  			 && pango_font_description_equal(font, gui.norm_font))
+--- 991,997 ----
+      }
+  
+      gui_mch_free_font(gui.wide_font);
+! # ifdef FEAT_GUI_GTK
+      /* Avoid unnecessary overhead if 'guifontwide' is equal to 'guifont'. */
+      if (font != NOFONT && gui.norm_font != NOFONT
+  			 && pango_font_description_equal(font, gui.norm_font))
+***************
+*** 1000,1010 ****
+  	gui_mch_free_font(font);
+      }
+      else
+! #endif
+  	gui.wide_font = font;
+! #ifdef FEAT_GUI_MSWIN
+      gui_mch_wide_font_changed();
+! #endif
+      return OK;
+  }
+  #endif
+--- 1000,1010 ----
+  	gui_mch_free_font(font);
+      }
+      else
+! # endif
+  	gui.wide_font = font;
+! # ifdef FEAT_GUI_MSWIN
+      gui_mch_wide_font_changed();
+! # endif
+      return OK;
+  }
+  #endif
+*** ../vim-7.3.875/src/version.c	2013-03-21 22:53:45.000000000 +0100
+--- src/version.c	2013-04-03 21:10:44.000000000 +0200
+***************
+*** 730,731 ****
+--- 730,733 ----
+  {   /* Add new patch number below this line */
++ /**/
++     876,
+  /**/
+
+-- 
+Nobody will ever need more than 640 kB RAM.
+		-- Bill Gates, 1983
+Windows 98 requires 16 MB RAM.
+		-- Bill Gates, 1999
+Logical conclusion: Nobody will ever need Windows 98.
+
+ /// 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