[vim] - patchlevel 097

Karsten Hopp karsten at fedoraproject.org
Tue Dec 17 10:38:51 UTC 2013


commit 07a99fe2dd4f1450bf73c9f53c7666ac6a8cae3d
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Dec 17 11:34:46 2013 +0100

    - patchlevel 097

 7.4.097 |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/7.4.097 b/7.4.097
new file mode 100644
index 0000000..cfb6183
--- /dev/null
+++ b/7.4.097
@@ -0,0 +1,50 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.4.097
+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.097 (after 7.4.034)
+Problem:    Unexpected behavior change related to 'virtualedit'. (Ingo Karkat)
+Solution:   Update the valid cursor position. (Christian Brabandt)
+Files:	    src/ops.c
+
+
+*** ../vim-7.4.096/src/ops.c	2013-11-11 23:17:31.000000000 +0100
+--- src/ops.c	2013-11-21 13:21:24.000000000 +0100
+***************
+*** 3844,3850 ****
+--- 3844,3854 ----
+  		    ml_replace(lnum, newp, FALSE);
+  		    /* Place cursor on last putted char. */
+  		    if (lnum == curwin->w_cursor.lnum)
++ 		    {
++ 			/* make sure curwin->w_virtcol is updated */
++ 			changed_cline_bef_curs();
+  			curwin->w_cursor.col += (colnr_T)(totlen - 1);
++ 		    }
+  		}
+  #ifdef FEAT_VISUAL
+  		if (VIsual_active)
+*** ../vim-7.4.096/src/version.c	2013-11-21 12:34:07.000000000 +0100
+--- src/version.c	2013-11-21 13:08:27.000000000 +0100
+***************
+*** 740,741 ****
+--- 740,743 ----
+  {   /* Add new patch number below this line */
++ /**/
++     97,
+  /**/
+
+-- 
+The only way the average employee can speak to an executive is by taking a
+second job as a golf caddie.
+				(Scott Adams - The Dilbert principle)
+
+ /// 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