Skip to content

Commit

Permalink
updated for version 7.2-299
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed Nov 17, 2009
1 parent aa5e59d commit f9905d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ open_line(dir, flags, old_indent)
if (i != lead_repl_len)
{
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;
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
299,
/**/
298,
/**/
Expand Down

0 comments on commit f9905d3

Please sign in to comment.