commit | efc5db5215b4efc424b2de34613525d729a05c93 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 07 21:21:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 07 21:21:30 2021 +0200 |
tree | 8059c2d0768065ca73f17f73d781124bef8cc836 | |
parent | 90df4b9d423485f7db16e3a65cab4f14edc815ae [diff] [blame] |
patch 8.2.3117: Vim9: type not properly checked in for loop Problem: Vim9: type not properly checked in for loop. Solution: Have items() return a list of lists. Add runtime type checks. (closes #8515)
diff --git a/src/version.c b/src/version.c index 1deb3e4..e1774a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3117, +/**/ 3116, /**/ 3115,