commit | 6d4e725a3447af6f69305fdc9f1e1ff8d82e3863 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Apr 07 13:58:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 07 13:58:04 2022 +0100 |
tree | 2b8acbed1a0774ac7def27ea696f7ad59e93a6d7 | |
parent | f26c16144ddb27642c09f2cf5271afd163b36306 [diff] [blame] |
patch 8.2.4705: jump list marker disappears Problem: Jump list marker disappears. Solution: Reset reg_executing later. (closes #10111, closes #10100)
diff --git a/src/structs.h b/src/structs.h index a1dbfbe..b8648a5 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -4302,6 +4302,7 @@ 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;