Patch 8.2.2226

3 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 27, 2020, 8:03:05 AM12/27/20
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages