Skip to content

Commit

Permalink
updated for version 7.2-213
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed Jun 24, 2009
1 parent 3344f11 commit d628c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/netbeans.c
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@ coloncmd(char *cmd, ...)
va_list ap;

va_start(ap, cmd);
vsprintf(buf, cmd, ap);
vim_vsnprintf(buf, sizeof(buf), cmd, ap, NULL);
va_end(ap);

nbdebug((" COLONCMD %s\n", buf));
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ static char *(features[]) =

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

0 comments on commit d628c37

Please sign in to comment.