commit | dadaddd59f3b53c41e92dc42219ab006deb14109 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 12 19:11:23 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 12 19:11:23 2020 +0200 |
tree | b0fecbbed4c3a77ee11072940f404e8d62ca440f | |
parent | 0f769815c82bf93812842e1ad56fcc52c10ff3e5 [diff] [blame] |
patch 8.2.1668: Vim9: not accepting 0 or 1 as bool when type is any Problem: Vim9: not accepting 0 or 1 as bool when type is any. Solution: Convert the type with the CHECKTYPE instruction. (closes #6913)
diff --git a/src/version.c b/src/version.c index b225f74..305f0cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1668, +/**/ 1667, /**/ 1666,