Skip to content

Commit 7e3ee78

Browse files
committed
patch 8.2.2226: Vim9: script test fails
Problem: Vim9: script test fails. Solution: Add missing change.
1 parent a629495 commit 7e3ee78

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/scriptfile.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,8 @@ do_source(
13411341
di = HI2DI(hi);
13421342
di->di_flags |= DI_FLAGS_RELOAD;
13431343
}
1344+
// imports can be redefined once
1345+
mark_imports_for_reload(sid);
13441346
}
13451347
else
13461348
{

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2226,
753755
/**/
754756
2225,
755757
/**/

0 commit comments

Comments
 (0)