mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.1-170
This commit is contained in:
@@ -253,8 +253,9 @@ add_buff(buf, s, slen)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if (buf->bh_index != 0)
|
else if (buf->bh_index != 0)
|
||||||
STRCPY(buf->bh_first.b_next->b_str,
|
mch_memmove(buf->bh_first.b_next->b_str,
|
||||||
buf->bh_first.b_next->b_str + buf->bh_index);
|
buf->bh_first.b_next->b_str + buf->bh_index,
|
||||||
|
STRLEN(buf->bh_first.b_next->b_str + buf->bh_index) + 1);
|
||||||
buf->bh_index = 0;
|
buf->bh_index = 0;
|
||||||
|
|
||||||
if (buf->bh_space >= (int)slen)
|
if (buf->bh_space >= (int)slen)
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
170,
|
||||||
/**/
|
/**/
|
||||||
169,
|
169,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user