0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0-234

This commit is contained in:
Bram Moolenaar
2007-04-27 20:15:55 +00:00
parent bbe8c3f735
commit 3d43a6658c
2 changed files with 8 additions and 0 deletions

View File

@@ -9078,6 +9078,12 @@ f_feedkeys(argvars, rettv)
int typed = FALSE; int typed = FALSE;
char_u *keys_esc; char_u *keys_esc;
/* This is not allowed in the sandbox. If the commands would still be
* executed in the sandbox it would be OK, but it probably happens later,
* when "sandbox" is no longer set. */
if (check_secure())
return;
rettv->vval.v_number = 0; rettv->vval.v_number = 0;
keys = get_tv_string(&argvars[0]); keys = get_tv_string(&argvars[0]);
if (*keys != NUL) if (*keys != NUL)

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