mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0-234
This commit is contained in:
@@ -9078,6 +9078,12 @@ f_feedkeys(argvars, rettv)
|
||||
int typed = FALSE;
|
||||
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;
|
||||
keys = get_tv_string(&argvars[0]);
|
||||
if (*keys != NUL)
|
||||
|
Reference in New Issue
Block a user