commit | aacc966c5d0ed91e33ed32b08f17cf4df3ca1394 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 13 19:40:51 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 13 19:40:51 2021 +0200 |
tree | e4cc65bc97301d078e9cada2f3bf025a7fff049e | |
parent | 89071cb6a116a74f78f77a1853e6fada44872a15 [diff] [blame] |
patch 8.2.3339: Vim9: cannot lock a member in a local dict Problem: Vim9: cannot lock a member in a local dict. Solution: Get the local dict from the stack and pass it to get_lval().
diff --git a/src/version.c b/src/version.c index 1acc17a..4c1be4e 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3339, +/**/ 3338, /**/ 3337,