mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-299
This commit is contained in:
parent
50daf405f7
commit
2d7ff056e1
@ -1121,7 +1121,7 @@ open_line(dir, flags, old_indent)
|
|||||||
if (i != lead_repl_len)
|
if (i != lead_repl_len)
|
||||||
{
|
{
|
||||||
mch_memmove(p + lead_repl_len, p + i,
|
mch_memmove(p + lead_repl_len, p + i,
|
||||||
(size_t)(lead_len - i - (leader - p)));
|
(size_t)(lead_len - i - (p - leader)));
|
||||||
lead_len += lead_repl_len - i;
|
lead_len += lead_repl_len - i;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -681,6 +681,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 */
|
||||||
|
/**/
|
||||||
|
299,
|
||||||
/**/
|
/**/
|
||||||
298,
|
298,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user