commit | 6f0ddbf00dfc4c6eb70aa4abc415cad7aba46b6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 19:56:49 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 19:56:49 2022 +0000 |
tree | 17fd46451c34a1e3c246b6a69be53c7ca8654ae7 | |
parent | 2017d6f3b1d523204e5471e941cfa687b4da0058 [diff] [blame] |
patch 8.2.4164: error in legacy code for function shadowing variable Problem: Error in legacy code for function shadowing variable. Solution: Only give the error in Vim9 script.
diff --git a/src/version.c b/src/version.c index 2dd0194..f2ce6a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4164, +/**/ 4163, /**/ 4162,