0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.4705: jump list marker disappears

Problem:    Jump list marker disappears.
Solution:   Reset reg_executing later. (closes #10111, closes #10100)
This commit is contained in:
zeertzjq
2022-04-07 13:58:04 +01:00
committed by Bram Moolenaar
parent f26c16144d
commit 6d4e725a34
6 changed files with 52 additions and 4 deletions

View File

@@ -4302,6 +4302,7 @@ typedef struct {
int save_finish_op;
int save_opcount;
int save_reg_executing;
int save_pending_end_reg_executing;
int save_script_version;
tasave_T tabuf;
} save_state_T;