commit | 435d89789ef4dd329938edbe17c646db9f0ea772 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 16:42:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 16:42:13 2020 +0200 |
tree | c378f22e1c3b758c17b03c4939fcfb54be4fcb19 | |
parent | fce82b3aa7dd87f9e15a4c12eda2c65de285d99a [diff] [blame] |
patch 8.2.1134: Vim9: getting a list member may not work Problem: Vim9: getting a list member may not work. Solution: Clear the list only after copying the item. (closes #6393)
diff --git a/src/version.c b/src/version.c index 6a22951..8774b2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1134, +/**/ 1133, /**/ 1132,