To: vim_dev@googlegroups.com Subject: Patch 8.2.2226 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2226 Problem: Vim9: script test fails. Solution: Add missing change. Files: src/scriptfile.c *** ../vim-8.2.2225/src/scriptfile.c 2020-12-26 15:39:24.619550795 +0100 --- src/scriptfile.c 2020-12-27 12:46:30.109598413 +0100 *************** *** 1341,1346 **** --- 1341,1348 ---- di = HI2DI(hi); di->di_flags |= DI_FLAGS_RELOAD; } + // imports can be redefined once + mark_imports_for_reload(sid); } else { *** ../vim-8.2.2225/src/version.c 2020-12-27 13:39:44.659044653 +0100 --- src/version.c 2020-12-27 14:02:14.886307927 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2226, /**/ -- 'Well, here's something to occupy you and keep your mind off things.' 'It won't work, I have an exceptionally large mind.' -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///