commit | a1c519518050383e7d319514a3ff6c42a9154c48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 02 16:20:26 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 02 16:20:26 2022 +0000 |
tree | b2263814d4ed499842a1a1f381a7d1930720e26b | |
parent | ab8f7c50cf7d5c0c72dfa5067e5b1f57585db4d8 [diff] [blame] |
patch 8.2.4285: Vim9: type of item in for loop not checked properly Problem: Vim9: type of item in for loop not checked properly. Solution: Adjust the type checking. (closes #9683)
diff --git a/src/version.c b/src/version.c index 7417143..2c62367 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4285, +/**/ 4284, /**/ 4283,