comparison src/scriptfile.c @ 23366:2f8aaa8f71dc v8.2.2226

patch 8.2.2226: Vim9: script test fails Commit: https://github.com/vim/vim/commit/7e3ee7823ffc55b37e9718720263637ed7232646 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 27 14:02:27 2020 +0100 patch 8.2.2226: Vim9: script test fails Problem: Vim9: script test fails. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Dec 2020 14:15:03 +0100
parents b3142fc0a414
children 3105546b941f
comparison
equal deleted inserted replaced
23365:0fb7d6e906b4 23366:2f8aaa8f71dc
1339 { 1339 {
1340 --todo; 1340 --todo;
1341 di = HI2DI(hi); 1341 di = HI2DI(hi);
1342 di->di_flags |= DI_FLAGS_RELOAD; 1342 di->di_flags |= DI_FLAGS_RELOAD;
1343 } 1343 }
1344 // imports can be redefined once
1345 mark_imports_for_reload(sid);
1344 } 1346 }
1345 else 1347 else
1346 { 1348 {
1347 // It's new, generate a new SID. 1349 // It's new, generate a new SID.
1348 current_sctx.sc_sid = ++last_current_SID; 1350 current_sctx.sc_sid = ++last_current_SID;