From: Bram Moolenaar Date: Wed, 24 Jun 2009 14:50:12 +0000 (+0000) Subject: updated for version 7.2-213 X-Git-Tag: v7.2.213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dc79e85947627c6f1f9da770812785f9fd4f93b;p=vim updated for version 7.2-213 --- diff --git a/src/netbeans.c b/src/netbeans.c index fe3a70c39..971632907 100644 --- a/src/netbeans.c +++ b/src/netbeans.c @@ -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)); diff --git a/src/version.c b/src/version.c index 604349469..c367c1029 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 213, /**/ 212, /**/