commit | 5f4ef5f5e5529c147c2274cd0f6416e2546d6fc7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 18:36:53 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 18:36:53 2022 +0000 |
tree | dbcf399d3abbf0c263598de89be4f49ff463c1ff | |
parent | 107f7325f615a1ffa5b49521e316b44e117b0a04 [diff] [blame] |
patch 8.2.4313: Vim9: cannot change type of list after making a slice Problem: Vim9: cannot change type of list after making a slice. Solution: Adjust the declared member type. (closes #9696)
diff --git a/src/version.c b/src/version.c index 825f12d..7dbefa4 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4313, +/**/ 4312, /**/ 4311,