commit | a94bd9d9396183eb7781f8d6a5a0e6e97442e9ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 15:01:32 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 15:01:32 2023 +0000 |
tree | 905c544e79e96f25a5a164416338b93952c5eb85 | |
parent | 0233bdfa2b487c392dc4fd1a29113e08fbace334 [diff] [blame] |
patch 9.0.1184: interface of an object is not recognized when checking type Problem: Interface of an object is not recognized when checking type. Solution: Use the interface implemented by an object.
diff --git a/src/version.c b/src/version.c index be6600a..e0d5bff 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1184, +/**/ 1183, /**/ 1182,