From: Bram Moolenaar Date: Tue, 20 Jun 2006 18:29:34 +0000 (+0000) Subject: updated for version 7.0-019 X-Git-Tag: v7.0.019 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a584dcea561e0377d61801458e65c0ebc7b73db;p=vim updated for version 7.0-019 --- diff --git a/src/ops.c b/src/ops.c index 71edc5e12..7fb7f5887 100644 --- 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 index 7387458b0..97d9d4abe 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 19, /**/ 18, /**/