commit | 50788ef34947aeb1729604cd3876845afbd15e3c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 16:51:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 16:51:26 2020 +0200 |
tree | 8c4cf8e6ebd7fd083eab369eabcb15e7243a8dd9 | |
parent | 435d89789ef4dd329938edbe17c646db9f0ea772 [diff] [blame] |
patch 8.2.1135: Vim9: getting a dict member may not work Problem: Vim9: getting a dict member may not work. Solution: Clear the dict only after copying the item.
diff --git a/src/version.c b/src/version.c index 8774b2a..82e4c6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1135, +/**/ 1134, /**/ 1133,