mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.1-169
This commit is contained in:
@@ -15826,7 +15826,7 @@ f_system(argvars, rettv)
|
|||||||
FILE *fd;
|
FILE *fd;
|
||||||
|
|
||||||
if (check_restricted() || check_secure())
|
if (check_restricted() || check_secure())
|
||||||
return;
|
goto done;
|
||||||
|
|
||||||
if (argvars[1].v_type != VAR_UNKNOWN)
|
if (argvars[1].v_type != VAR_UNKNOWN)
|
||||||
{
|
{
|
||||||
@@ -15837,7 +15837,7 @@ f_system(argvars, rettv)
|
|||||||
if ((infile = vim_tempname('i')) == NULL)
|
if ((infile = vim_tempname('i')) == NULL)
|
||||||
{
|
{
|
||||||
EMSG(_(e_notmp));
|
EMSG(_(e_notmp));
|
||||||
return;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
fd = mch_fopen((char *)infile, WRITEBIN);
|
fd = mch_fopen((char *)infile, WRITEBIN);
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
169,
|
||||||
/**/
|
/**/
|
||||||
168,
|
168,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user