forked from aniani/vim
updated for version 7.0-019
This commit is contained in:
@@ -2413,6 +2413,7 @@ op_insert(oap, count1)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
curwin->w_cursor = oap->end;
|
curwin->w_cursor = oap->end;
|
||||||
|
check_cursor_col();
|
||||||
|
|
||||||
/* Works just like an 'i'nsert on the next character. */
|
/* Works just like an 'i'nsert on the next character. */
|
||||||
if (!lineempty(curwin->w_cursor.lnum)
|
if (!lineempty(curwin->w_cursor.lnum)
|
||||||
|
|||||||
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
19,
|
||||||
/**/
|
/**/
|
||||||
18,
|
18,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user