]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-019 v7.0.019
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Jun 2006 18:29:34 +0000 (18:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Jun 2006 18:29:34 +0000 (18:29 +0000)
src/ops.c
src/version.c

index 71edc5e124f693bebbe0adf1bac1e3dd7d812e12..7fb7f5887d2b35f2c0e5f3b462485d9ac0da4ac8 100644 (file)
--- 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)
index 7387458b0c559dc526bd63ee75944de3ed51fb45..97d9d4abe033a34e5ae2c5b8b0f0268beda98d4a 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    19,
 /**/
     18,
 /**/