mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.1-159
This commit is contained in:
@@ -4885,7 +4885,8 @@ do_sub(eap)
|
|||||||
++line2;
|
++line2;
|
||||||
/* move the cursor to the new line, like Vi */
|
/* move the cursor to the new line, like Vi */
|
||||||
++curwin->w_cursor.lnum;
|
++curwin->w_cursor.lnum;
|
||||||
STRCPY(new_start, p1 + 1); /* copy the rest */
|
/* copy the rest */
|
||||||
|
mch_memmove(new_start, p1 + 1, STRLEN(p1 + 1) + 1);
|
||||||
p1 = new_start - 1;
|
p1 = new_start - 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
159,
|
||||||
/**/
|
/**/
|
||||||
158,
|
158,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user