karsten pushed to vim (master). "- patchlevel 671"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Jun 10 08:17:29 UTC 2015


From 91e860fc66d14135aaad6bf0888e5ef7c4edd5d4 Mon Sep 17 00:00:00 2001
From: Karsten Hopp <karsten at redhat.com>
Date: Sat, 21 Mar 2015 18:00:04 +0100
Subject: - patchlevel 671


diff --git a/7.4.671 b/7.4.671
new file mode 100644
index 0000000..8a80947
--- /dev/null
+++ b/7.4.671
@@ -0,0 +1,76 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.4.671
+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.671 (after 7.4.665)
+Problem:    Warning for shadowing a variable.
+Solution:   Rename off to mb_off. (Kazunobu Kuriyama)
+Files:	    src/screen.c
+
+
+*** ../vim-7.4.670/src/screen.c	2015-03-20 18:11:44.971196311 +0100
+--- src/screen.c	2015-03-21 14:16:32.063451426 +0100
+***************
+*** 4507,4517 ****
+  		if (wp->w_p_lbr && vim_isbreak(c) && !vim_isbreak(*ptr))
+  		{
+  # ifdef FEAT_MBYTE
+! 		    int off = has_mbyte ? (*mb_head_off)(line, ptr - 1) : 0;
+  # endif
+  		    char_u *p = ptr - (
+  # ifdef FEAT_MBYTE
+! 				off +
+  # endif
+  				1);
+  
+--- 4507,4517 ----
+  		if (wp->w_p_lbr && vim_isbreak(c) && !vim_isbreak(*ptr))
+  		{
+  # ifdef FEAT_MBYTE
+! 		    int mb_off = has_mbyte ? (*mb_head_off)(line, ptr - 1) : 0;
+  # endif
+  		    char_u *p = ptr - (
+  # ifdef FEAT_MBYTE
+! 				mb_off +
+  # endif
+  				1);
+  
+***************
+*** 4523,4529 ****
+  				       - vcol % (int)wp->w_buffer->b_p_ts - 1;
+  
+  # ifdef FEAT_MBYTE
+! 		    c_extra = off > 0 ? MB_FILLER_CHAR : ' ';
+  # else
+  		    c_extra = ' ';
+  # endif
+--- 4523,4529 ----
+  				       - vcol % (int)wp->w_buffer->b_p_ts - 1;
+  
+  # ifdef FEAT_MBYTE
+! 		    c_extra = mb_off > 0 ? MB_FILLER_CHAR : ' ';
+  # else
+  		    c_extra = ' ';
+  # endif
+*** ../vim-7.4.670/src/version.c	2015-03-20 19:06:01.986429778 +0100
+--- src/version.c	2015-03-21 14:19:33.461410898 +0100
+***************
+*** 743,744 ****
+--- 743,746 ----
+  {   /* Add new patch number below this line */
++ /**/
++     671,
+  /**/
+
+-- 
+    f y cn rd ths thn y cn hv grt jb n cmptr prgrmmng
+
+ /// 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    ///
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/vim.git/commit/?h=master&id=91e860fc66d14135aaad6bf0888e5ef7c4edd5d4


More information about the scm-commits mailing list