mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.2-213
This commit is contained in:
@@ -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));
|
||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
213,
|
||||
/**/
|
||||
212,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user