commit | 0d351a04e137b5c25dd558476182e4cbc81a287d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 21:05:26 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 21:05:26 2021 +0200 |
tree | e314f0537fe5eceb4f40848667d849011cacd845 | |
parent | 58fb7c39a04aabfa399ae4f2142ee0728bc22483 [diff] [blame] |
patch 8.2.2724: Vim9: concatenating to list in dict not tested Problem: Vim9: concatenating to list in dict not tested. Solution: Add a test. (issue #8068)
diff --git a/src/version.c b/src/version.c index 9696f5a..ef8f999 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2724, +/**/ 2723, /**/ 2722,