mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.2226: Vim9: script test fails
Problem: Vim9: script test fails. Solution: Add missing change.
This commit is contained in:
@@ -1341,6 +1341,8 @@ do_source(
|
|||||||
di = HI2DI(hi);
|
di = HI2DI(hi);
|
||||||
di->di_flags |= DI_FLAGS_RELOAD;
|
di->di_flags |= DI_FLAGS_RELOAD;
|
||||||
}
|
}
|
||||||
|
// imports can be redefined once
|
||||||
|
mark_imports_for_reload(sid);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2226,
|
||||||
/**/
|
/**/
|
||||||
2225,
|
2225,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user