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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202012271302.0BRD2tld4120064%40masaka.moolenaar.net.