commit | 450c7a97d1a28f715acaf562298112b9b932adc3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 16:39:37 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 16:39:37 2023 +0000 |
tree | b114bd1b76bde7f8e3dfefd427c137a518558292 | |
parent | 5a57a5e209bff2bc11bfde69184bbfb0362c0b99 [diff] [blame] |
patch 9.0.1207: error when object type is expected but getting "any" Problem: Error when object type is expected but getting "any". Solution: When actual type is "any" use a runtime type check. (closes #11826)
diff --git a/src/version.c b/src/version.c index 7825984..afc4de8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1207, +/**/ 1206, /**/ 1205,