[vim] - patchlevel 607

Karsten Hopp karsten at fedoraproject.org
Wed Feb 11 12:49:46 UTC 2015


commit 524284f74d3170d3fe8722ed8e486fa2df07c4aa
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Jan 28 18:00:06 2015 +0100

    - patchlevel 607

 7.4.607 |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/7.4.607 b/7.4.607
new file mode 100644
index 0000000..357124a
--- /dev/null
+++ b/7.4.607
@@ -0,0 +1,56 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.4.607
+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.4.607 (after 7.4.598)
+Problem:    Compiler warnings for unused variables.
+Solution:   Move them inside #ifdef. (Kazunobu Kuriyama)
+Files:	    src/ui.c
+
+
+*** ../vim-7.4.606/src/ui.c	2015-01-27 14:09:29.625898193 +0100
+--- src/ui.c	2015-01-27 21:29:44.528861744 +0100
+***************
+*** 73,80 ****
+  static char_u *ta_str = NULL;
+  static int ta_off;	/* offset for next char to use when ta_str != NULL */
+  static int ta_len;	/* length of ta_str when it's not NULL*/
+- static int clipboard_needs_update; /* clipboard needs to be updated */
+- static int global_change_count = 0; /* if set, inside a start_global_changes */
+  
+      void
+  ui_inchar_undo(s, len)
+--- 73,78 ----
+***************
+*** 564,569 ****
+--- 562,569 ----
+   * prevents accessing the clipboard very often which might slow down Vim
+   * considerably.
+   */
++ static int global_change_count = 0; /* if set, inside a start_global_changes */
++ static int clipboard_needs_update; /* clipboard needs to be updated */
+  
+  /*
+   * Save clip_unnamed and reset it.
+*** ../vim-7.4.606/src/version.c	2015-01-27 20:59:26.496971751 +0100
+--- src/version.c	2015-01-27 21:31:22.247780991 +0100
+***************
+*** 743,744 ****
+--- 743,746 ----
+  {   /* Add new patch number below this line */
++ /**/
++     607,
+  /**/
+
+-- 
+Never eat yellow snow.
+
+ /// 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