summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-06-20 18:29:34 +0000
committervimboss <devnull@localhost>2006-06-20 18:29:34 +0000
commitac3252fa25e771d4e5d8628f1f937047ca6b1733 (patch)
treeb0068af519c94fd2aabb5b1f890811e71da9d86d
parent8206b6be2cda4541e958c891e4632617d1964709 (diff)
downloadvim-ac3252fa25e771d4e5d8628f1f937047ca6b1733.tar.gz
updated for version 7.0-019v7.0.019v7-0-019
-rw-r--r--src/ops.c1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ops.c b/src/ops.c
index 71edc5e1..7fb7f588 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 7387458b..97d9d4ab 100644
--- 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,