updated for version 7.1-169

This commit is contained in:
vimboss
2007-12-07 16:09:32 +00:00
parent 3f33f484ea
commit 6e33c67cf0
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -15826,7 +15826,7 @@ f_system(argvars, rettv)
FILE *fd;
if (check_restricted() || check_secure())
return;
goto done;
if (argvars[1].v_type != VAR_UNKNOWN)
{
@@ -15837,7 +15837,7 @@ f_system(argvars, rettv)
if ((infile = vim_tempname('i')) == NULL)
{
EMSG(_(e_notmp));
return;
goto done;
}
fd = mch_fopen((char *)infile, WRITEBIN);
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
169,
/**/
168,
/**/