commit | f30a14db3b26e510f193f50ee0dd8a41303e4740 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 21:51:24 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 21:51:24 2021 +0100 |
tree | 065f9cfc1ad0ec9bc3afff7dca57062c2a6df890 | |
parent | 585587dadbc2558520c33969098db9ff49598785 [diff] [blame] |
patch 8.2.2373: Vim9: list assignment only accepts a number index Problem: Vim9: list assignment only accepts a number index. Solution: Accept "any" and do a runtime type check. (closes #7694)
diff --git a/src/version.c b/src/version.c index 3a88080..f1b7280 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2373, +/**/ 2372, /**/ 2371,