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:
@@ -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)
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user