vim-patch:7.4.1151

Problem:    Missing change to eval.c
Solution:   Also change feedkeys().

5f8a14b9de
This commit is contained in:
Michael Ennen
2016-05-22 01:33:27 -07:00
parent 40e7efe91c
commit 24a329b53a
5 changed files with 38 additions and 29 deletions

View File

@@ -7863,7 +7863,10 @@ void exec_normal_cmd(char_u *cmd, int remap, bool silent)
exec_normal(false);
}
void exec_normal(int was_typed)
/// Execute normal_cmd() until there is no typeahead left.
///
/// @param was_typed whether or not something was typed
void exec_normal(bool was_typed)
{
oparg_T oa;