commit | 81ed4960482f8baabdd7f95b4d5e39744be88ae7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 23 15:56:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 23 15:56:50 2020 +0200 |
tree | 53339c1c9e90871169f6da1b8efb3eda6da691df | |
parent | 04bdd573d0a48e789eb92ed2a81e0dd732761391 [diff] [blame] |
patch 8.2.1731: Vim9: cannot use += to append to empty NULL list Problem: Vim9: cannot use += to append to empty NULL list. Solution: Copy the list instead of extending it. (closes #6998)
diff --git a/src/version.c b/src/version.c index 655e349..9e7825a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1731, +/**/ 1730, /**/ 1729,