commit | 21dc8f1527fc41405b26a26bb0c318c4b7c1b5d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 17:54:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 17:54:17 2022 +0000 |
tree | 84d03a529ed392166ed79176580a01f00fa40807 | |
parent | 5cffa8df7e3c28681b9e5deef6df395784359b6b [diff] [blame] |
patch 8.2.4580: Vim9: incorrect error for shadowing variable Problem: Vim9: incorrect error for shadowing variable. Solution: Do not pass the context when compiling a referenced function.
diff --git a/src/version.c b/src/version.c index 534c8ad..fe974f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4580, +/**/ 4579, /**/ 4578,