[vim] - patchlevel 585

Karsten Hopp karsten at fedoraproject.org
Tue Jul 10 11:49:07 UTC 2012


commit 5e20649bdb9863658cf541ff0b0ed456d74d3698
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Jul 10 13:48:56 2012 +0200

    - patchlevel 585

 7.3.585 |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/7.3.585 b/7.3.585
new file mode 100644
index 0000000..6509780
--- /dev/null
+++ b/7.3.585
@@ -0,0 +1,56 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.585
+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.585
+Problem:    Calling changed_bytes() too often.
+Solution:   Move changed_bytes() out of a loop. (Tor Perkins)
+Files:	    src/edit.c
+
+
+*** ../vim-7.3.584/src/edit.c	2012-06-29 15:04:34.000000000 +0200
+--- src/edit.c	2012-07-06 13:29:25.000000000 +0200
+***************
+*** 6350,6359 ****
+  			 * add the additional whitespace needed after the
+  			 * comment leader for the numbered list.  */
+  			for (i = 0; i < padding; i++)
+- 			{
+  			    ins_str((char_u *)" ");
+! 			    changed_bytes(curwin->w_cursor.lnum, leader_len);
+! 			}
+  		    }
+  		    else
+  		    {
+--- 6350,6357 ----
+  			 * add the additional whitespace needed after the
+  			 * comment leader for the numbered list.  */
+  			for (i = 0; i < padding; i++)
+  			    ins_str((char_u *)" ");
+! 			changed_bytes(curwin->w_cursor.lnum, leader_len);
+  		    }
+  		    else
+  		    {
+*** ../vim-7.3.584/src/version.c	2012-07-06 13:36:02.000000000 +0200
+--- src/version.c	2012-07-06 13:35:03.000000000 +0200
+***************
+*** 716,717 ****
+--- 716,719 ----
+  {   /* Add new patch number below this line */
++ /**/
++     585,
+  /**/
+
+-- 
+From "know your smileys":
+ :'-D	Laughing so much that they're crying
+
+ /// 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