commit | 4324d87a4432721d9dbc72c1e336350bc6b7ebc3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 20:12:24 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 20:12:24 2020 +0100 |
tree | 1f8ea56043727e3c69b51efa93b7b25633c28958 | |
parent | 4b8a065145bb53762b869cd6b8e55b7ad7341761 [diff] [blame] |
patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle range Problem: Vim9: using :normal from Vim9 script can't handle range. Solution: Execute a :normal command in legacy script context. (closes #7401)
diff --git a/src/structs.h b/src/structs.h index 24baa34..b18134a 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -4155,6 +4155,7 @@ int save_finish_op; int save_opcount; int save_reg_executing; + int save_script_version; tasave_T tabuf; } save_state_T;