commit | e42939af87be3adad8c08ceb454e3a31114d7165 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 17:11:17 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 17:11:17 2021 +0200 |
tree | 29fd8e6b28c06c689f8d03d64fc5c8ee2a57ef2a | |
parent | 0865b15bc6d869d56713f674d66ad3d0509bf4b9 [diff] [blame] |
patch 8.2.2719: Vim9: appending to dict item doesn't work in a :def function Problem: Vim9: appending to dict item doesn't work in a :def function. Solution: Implement assignment with operator on indexed item.
diff --git a/src/version.c b/src/version.c index 961ddea..76da319 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2719, +/**/ 2718, /**/ 2717,