mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
vim-patch:7.4.1151
Problem: Missing change to eval.c
Solution: Also change feedkeys().
5f8a14b9de
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user