1
0
forked from aniani/vim

updated for version 7.0-019

This commit is contained in:
Bram Moolenaar
2006-06-20 18:29:34 +00:00
parent c1cb78cb11
commit 6a584dcea5
2 changed files with 3 additions and 0 deletions

View File

@@ -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)

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
19,
/**/
18,
/**/