patch 8.2.3065: Vim9: error when sourcing script twice and reusing function

Problem:    Vim9: error when sourcing script twice and reusing a function
            name.
Solution:   Check if the function is dead. (closes #8463)
This commit is contained in:
Bram Moolenaar
2021-06-27 15:35:40 +02:00
parent 4d8f476176
commit 577dc93da9
3 changed files with 26 additions and 2 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3065,
/**/
3064,
/**/