mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0-235
This commit is contained in:
@@ -15598,6 +15598,9 @@ f_system(argvars, rettv)
|
||||
int err = FALSE;
|
||||
FILE *fd;
|
||||
|
||||
if (check_restricted() || check_secure())
|
||||
return;
|
||||
|
||||
if (argvars[1].v_type != VAR_UNKNOWN)
|
||||
{
|
||||
/*
|
||||
@@ -16431,6 +16434,9 @@ f_writefile(argvars, rettv)
|
||||
int ret = 0;
|
||||
int c;
|
||||
|
||||
if (check_restricted() || check_secure())
|
||||
return;
|
||||
|
||||
if (argvars[0].v_type != VAR_LIST)
|
||||
{
|
||||
EMSG2(_(e_listarg), "writefile()");
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
235,
|
||||
/**/
|
||||
234,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user