diff src/ops.c @ 893:bf7803d0f5b9 v7.0.019

updated for version 7.0-019
author vimboss
date Tue, 20 Jun 2006 18:29:34 +0000
parents 8cd729851562
children b8ed23ef6ff1
line wrap: on
line diff
--- a/src/ops.c
+++ b/src/ops.c
@@ -2413,6 +2413,7 @@ op_insert(oap, count1)
 	else
 	{
 	    curwin->w_cursor = oap->end;
+	    check_cursor_col();
 
 	    /* Works just like an 'i'nsert on the next character. */
 	    if (!lineempty(curwin->w_cursor.lnum)