mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-231
This commit is contained in:
parent
d31aca26de
commit
3f947ead6f
@ -720,9 +720,11 @@ ex_perl(eap)
|
|||||||
#ifdef HAVE_SANDBOX
|
#ifdef HAVE_SANDBOX
|
||||||
if (sandbox)
|
if (sandbox)
|
||||||
{
|
{
|
||||||
|
# ifndef MAKE_TEST /* avoid a warning for unreachable code */
|
||||||
if ((safe = perl_get_sv( "VIM::safe", FALSE )) == NULL || !SvTRUE(safe))
|
if ((safe = perl_get_sv( "VIM::safe", FALSE )) == NULL || !SvTRUE(safe))
|
||||||
EMSG(_("E299: Perl evaluation forbidden in sandbox without the Safe module"));
|
EMSG(_("E299: Perl evaluation forbidden in sandbox without the Safe module"));
|
||||||
else
|
else
|
||||||
|
# endif
|
||||||
{
|
{
|
||||||
PUSHMARK(SP);
|
PUSHMARK(SP);
|
||||||
XPUSHs(safe);
|
XPUSHs(safe);
|
||||||
|
@ -676,6 +676,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 */
|
||||||
|
/**/
|
||||||
|
231,
|
||||||
/**/
|
/**/
|
||||||
230,
|
230,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user