commit | e0890d678d4d31ca1810c90f3afe2ba89dfedcfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 14:52:14 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 14:52:14 2021 +0100 |
tree | e1fa4d6e2151fd9540bcd0e7750b89ed024eb061 | |
parent | 3aca5a6fbcfbf5f4492b9ea0c4308ac524d33606 [diff] [blame] |
patch 8.2.2525: Vim9: only local variables checked for a name Problem: Vim9: only local variables checked for a name. Solution: Also check arguments and script variables. (closes #7838)
diff --git a/src/version.c b/src/version.c index 26f80cc..ad11789 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2525, +/**/ 2524, /**/ 2523,