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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user