[vim/f17] - patchlevel 466

Karsten Hopp karsten at fedoraproject.org
Fri Mar 16 17:46:51 UTC 2012


commit 3e6a8718b7b0526a22b0fae0dad20abde3613103
Author: Karsten Hopp <karsten at redhat.com>
Date:   Fri Mar 16 18:44:51 2012 +0100

    - patchlevel 466

 7.3.466 |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/7.3.466 b/7.3.466
new file mode 100644
index 0000000..0dc4293
--- /dev/null
+++ b/7.3.466
@@ -0,0 +1,49 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.466
+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.466
+Problem:    Get ml_get error when ":behave mswin" was used and selecting
+	    several lines.  (A. Sinan Unur)
+Solution:   Adjust the end of the operation. (Christian Brabandt)
+Files:	    src/ops.c
+
+
+*** ../vim-7.3.465/src/ops.c	2012-02-22 17:37:55.000000000 +0100
+--- src/ops.c	2012-03-07 19:27:08.000000000 +0100
+***************
+*** 1957,1962 ****
+--- 1957,1965 ----
+  	    ++curwin->w_cursor.lnum;
+  	    del_lines((long)(oap->line_count - 2), FALSE);
+  
++ 	    if (delete_last_line)
++ 		oap->end.lnum = curbuf->b_ml.ml_line_count;
++ 
+  	    n = (oap->end.col + 1 - !oap->inclusive);
+  	    if (oap->inclusive && delete_last_line
+  		    && n > (int)STRLEN(ml_get(oap->end.lnum)))
+*** ../vim-7.3.465/src/version.c	2012-03-07 19:16:49.000000000 +0100
+--- src/version.c	2012-03-07 19:29:52.000000000 +0100
+***************
+*** 716,717 ****
+--- 716,719 ----
+  {   /* Add new patch number below this line */
++ /**/
++     466,
+  /**/
+
+-- 
+hundred-and-one symptoms of being an internet addict:
+153. You find yourself staring at your "inbox" waiting for new e-mail
+     to arrive.
+
+ /// 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