commit | 19db9e6ba710ca32f0f5e0c2ca2ba69f8228b833 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 11 11:58:19 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 11 11:58:19 2022 +0000 |
tree | 985829b16070d2e27065d670fcb2ed42a03e160e | |
parent | 762838218feb223f53ab87d80928dadd991a1746 [diff] [blame] |
patch 8.2.4059: Vim9: an expression of a map cannot access script-local items Problem: Vim9: an expression of a map cannot access script-local items. (Maxim Kim) Solution: Use the script ID of where the map was defined.
diff --git a/src/version.c b/src/version.c index f5e2ee0..27f6321 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4059, +/**/ 4058, /**/ 4057,