commit | fa46ead31abe66494da775921feefece02ce6d95 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 22 13:18:39 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 22 13:18:39 2021 +0000 |
tree | 61932b619ca1b7c096e4001b23608652310970ea | |
parent | 1b5f7a6202406b7d7ac804960602350e42b8be80 [diff] [blame] |
patch 8.2.3869: Vim9: type checking for "any" is inconsistent Problem: Vim9: type checking for "any" is inconsistent. Solution: Always use a runtime type check for using "any" for a more specific type.
diff --git a/src/version.c b/src/version.c index 782267f..c5877df 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3869, +/**/ 3868, /**/ 3867,