Problem: Missing change to eval.c
Solution: Also change feedkeys().
char_u *keys, *flags;
char_u nbuf[NUMBUFLEN];
int typed = FALSE;
+ int execute = FALSE;
char_u *keys_esc;
/* This is not allowed in the sandbox. If the commands would still be
case 'm': remap = TRUE; break;
case 't': typed = TRUE; break;
case 'i': insert = TRUE; break;
+ case 'x': execute = TRUE; break;
}
}
}
vim_free(keys_esc);
if (vgetc_busy)
typebuf_was_filled = TRUE;
+ if (execute)
+ exec_normal(TRUE);
}
}
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1151,
/**/
1150,
/**/