commit | eca2c5fff6f6ccad0df8824c4b4354d3f410d225 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 07 12:08:41 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 07 12:08:41 2023 +0000 |
tree | f4c0f3d3e7d5b1fd756fb36234a455ab220efb8c | |
parent | 2c01131c2a9d5455de603f646ba8a2be59282faf [diff] [blame] |
patch 9.0.1155: cannot use a class as a type Problem: Cannot use a class as a type. Solution: Accept a class and interface name as a type.
diff --git a/src/version.c b/src/version.c index 4352c83..57143ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1155, +/**/ 1154, /**/ 1153,