commit | 052ff291d72bc9c176f9562f021d7e8e030e74c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 11 13:54:46 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 11 13:54:46 2021 +0000 |
tree | 7a2f1a88ee37ac45011d7d23de0135bf8b988e75 | |
parent | a416861c643b03fe5dec9f3bf8c1c9e054b5a9c7 [diff] [blame] |
patch 8.2.3782: Vim9: no error if a function shadows a script variable Problem: Vim9: no error if a function shadows a script variable. Solution: Check the function doesn't shadow a variable. (closes #9310)
diff --git a/src/version.c b/src/version.c index cf57243..50fac52 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3782, +/**/ 3781, /**/ 3780,