updated for version 7.2-213
diff --git a/src/netbeans.c b/src/netbeans.c
index fe3a70c..9716329 100644
--- a/src/netbeans.c
+++ b/src/netbeans.c
@@ -2586,7 +2586,7 @@
     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 6043494..c367c10 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    213,
+/**/
     212,
 /**/
     211,