commit | 0089ce293f885afc2b77f12aa110f33b2101973a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 14:39:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 14:39:36 2022 +0100 |
tree | 2f3bcd5088b4eba7d16466e5d25b3a1699604864 | |
parent | 4314e4f7da4db5d85f63cdf43b73be3689502c93 [diff] [blame] |
patch 9.0.0695: failing check for dictionary type for const any Problem: Failing check for dictionary type for const any. Solution: Check for any type properly. (closes #11310)
diff --git a/src/version.c b/src/version.c index 6813bf6..530874a 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 695, +/**/ 694, /**/ 693,