0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0-235

This commit is contained in:
Bram Moolenaar
2007-04-29 11:53:56 +00:00
parent 3d43a6658c
commit d9fe7c4bb8
2 changed files with 8 additions and 0 deletions

View File

@@ -15598,6 +15598,9 @@ f_system(argvars, rettv)
int err = FALSE; int err = FALSE;
FILE *fd; FILE *fd;
if (check_restricted() || check_secure())
return;
if (argvars[1].v_type != VAR_UNKNOWN) if (argvars[1].v_type != VAR_UNKNOWN)
{ {
/* /*
@@ -16431,6 +16434,9 @@ f_writefile(argvars, rettv)
int ret = 0; int ret = 0;
int c; int c;
if (check_restricted() || check_secure())
return;
if (argvars[0].v_type != VAR_LIST) if (argvars[0].v_type != VAR_LIST)
{ {
EMSG2(_(e_listarg), "writefile()"); EMSG2(_(e_listarg), "writefile()");

View File

@@ -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 */
/**/
235,
/**/ /**/
234, 234,
/**/ /**/