commit | 9a015111a56d0011ced40d98f46a9841d1457b51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 14:06:45 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 14:06:45 2021 +0000 |
tree | cff90a781fffeb1df2a23b9146b548084f4008ce | |
parent | 6ad84ab3e48d9490e4139df04f2c55b136f5501d [diff] [blame] |
patch 8.2.3954: Vim9: no error for shadowing if script var is declared later Problem: Vim9: no error for shadowing if script var is declared later. Solution: Check argument names when compiling a function.
diff --git a/src/version.c b/src/version.c index 1e955c4..9c17252 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3954, +/**/ 3953, /**/ 3952,