mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.2961: keys typed during a :normal command are discarded
Problem: Keys typed during a :normal command are discarded. Solution: Concatenate saved typeahead and typed kesy. (closes #8340)
This commit is contained in:
@@ -140,7 +140,7 @@ do_debug(char_u *cmd)
|
||||
|
||||
if (typeahead_saved)
|
||||
{
|
||||
restore_typeahead(&typeaheadbuf);
|
||||
restore_typeahead(&typeaheadbuf, TRUE);
|
||||
ignore_script = save_ignore_script;
|
||||
}
|
||||
ex_normal_busy = save_ex_normal_busy;
|
||||
|
Reference in New Issue
Block a user