commit | 3b690069730805a147d45d92eaca4dc838272d1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 20:14:51 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 20:14:51 2021 +0100 |
tree | 47e970336167b1b23d8fac9e97b12cb76f159dd7 | |
parent | 9d20daffc296b9eb901fb14bdd83620ea55d440a [diff] [blame] |
patch 8.2.2449: Vim9: flatten() always changes the list type Problem: Vim9: flatten() always changes the list type. Solution: Disallow using flatten() and add flattennew().
diff --git a/src/version.c b/src/version.c index 5a89933..d34839c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2449, +/**/ 2448, /**/ 2447,