fix(input): fix clearing of reg_executing

vim-patch:8.2.4705
This commit is contained in:
zeertzjq
2022-04-07 21:13:09 +08:00
parent dc9e436986
commit 2a574f7aaa
6 changed files with 72 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ typedef struct {
bool save_finish_op;
long save_opcount;
int save_reg_executing;
bool save_pending_end_reg_executing;
tasave_T tabuf;
} save_state_T;