1
0
forked from aniani/vim

patch 8.2.4146: Vim9: shadowed function can be used in compiled function

Problem:    Vim9: shadowed function can be used in compiled function but not
            at script level.
Solution:   Also give an error in a compiled function. (closes #9563)
This commit is contained in:
Bram Moolenaar
2022-01-19 17:23:05 +00:00
parent 937610bc9f
commit f67c717e34
2 changed files with 17 additions and 6 deletions

View File

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