0
0
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:
Bram Moolenaar 2009-11-17 15:08:26 +00:00
parent 50daf405f7
commit 2d7ff056e1
2 changed files with 3 additions and 1 deletions

View File

@ -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;
} }
} }

View File

@ -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,
/**/ /**/