# HG changeset patch # User vimboss # Date 1150828174 0 # Node ID bf7803d0f5b9d0a9cb16636b9490d723623c57e8 # Parent d8dbf7d55c5e9ac3e345eb1b2b86986be3582fdd updated for version 7.0-019 diff --git a/src/ops.c b/src/ops.c --- 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) diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 19, +/**/ 18, /**/ 17,